From 24f5bb1e2221283d2b3cb0d83672f33d9700c346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 10 Sep 2006 21:53:29 +0000 Subject: [PATCH] Removed wrong inline documentation. Closes #355286. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-09-10 Benoît Dejean * configure.in: * include/glibtop/procstate.h: Removed wrong inline documentation. Closes #355286. --- ChangeLog | 8 ++++++++ include/glibtop/procstate.h | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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