summaryrefslogtreecommitdiff
path: root/include/glibtop
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-09-10 21:53:29 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-09-10 21:53:29 +0000
commit24f5bb1e2221283d2b3cb0d83672f33d9700c346 (patch)
tree9c9c91424f6ad80b1c63f8046416e2993745f991 /include/glibtop
parent499f599e9575c69da5783cd006b9460d5c3ae160 (diff)
downloadlibgtop-24f5bb1e2221283d2b3cb0d83672f33d9700c346.tar.gz
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.
Diffstat (limited to 'include/glibtop')
-rw-r--r--include/glibtop/procstate.h3
1 files changed, 1 insertions, 2 deletions
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