Removed wrong inline documentation. Closes #355286.

2006-09-10  Benoît Dejean  <benoit@placenet.org>

	* configure.in:
	* include/glibtop/procstate.h:

	Removed wrong inline documentation.
	Closes #355286.
This commit is contained in:
Benoît Dejean
2006-09-10 21:53:29 +00:00
committed by Benoît Dejean
parent 499f599e95
commit 24f5bb1e22
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2006-09-10 Benoît Dejean <benoit@placenet.org>
* configure.in:
* include/glibtop/procstate.h:
Removed wrong inline documentation.
Closes #355286.
2006-09-05 Benoît Dejean <benoit@placenet.org> 2006-09-05 Benoît Dejean <benoit@placenet.org>
* NEWS: * NEWS:

View File

@@ -58,8 +58,7 @@ struct _glibtop_proc_state
guint64 flags; guint64 flags;
char cmd[40]; /* basename of executable file in char cmd[40]; /* basename of executable file in
* call to exec(2) */ * call to exec(2) */
unsigned state; /* single-char code for process state unsigned state;
* (S=sleeping) */
/* NOTE: when porting the library, TRY HARD to implement the /* NOTE: when porting the library, TRY HARD to implement the
* following two fields. */ * following two fields. */
/* IMPORTANT NOTICE: For security reasons, it is extremely important /* IMPORTANT NOTICE: For security reasons, it is extremely important