diff --git a/ChangeLog b/ChangeLog index 33610668..66550fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-09-10 Benoît Dejean + + * configure.in: + * include/glibtop/procstate.h: + + Removed wrong inline documentation. + Closes #355286. + 2006-09-05 Benoît Dejean * NEWS: diff --git a/include/glibtop/procstate.h b/include/glibtop/procstate.h index d33d2a72..89f331b8 100644 --- a/include/glibtop/procstate.h +++ b/include/glibtop/procstate.h @@ -58,8 +58,7 @@ struct _glibtop_proc_state guint64 flags; char cmd[40]; /* basename of executable file in * call to exec(2) */ - unsigned state; /* single-char code for process state - * (S=sleeping) */ + unsigned state; /* NOTE: when porting the library, TRY HARD to implement the * following two fields. */ /* IMPORTANT NOTICE: For security reasons, it is extremely important