summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-12-03 18:21:01 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-12-03 18:21:01 +0000
commit63fb94127afa001e912a1aa5ed2096643c980edf (patch)
tree50825abbaeff8128d66da85206eb5f5c77f3a64a /include
parent37fc9c1544b323009bc9a839b7b7fb64d581bfdb (diff)
downloadlibgtop-63fb94127afa001e912a1aa5ed2096643c980edf.tar.gz
Made gtk-doc happy in order to dist.LIBGTOP_2_14_5
2006-12-03 Benoît Dejean <benoit@placenet.org> * doc/reference/libgtop-docs.xml: * glibtop.h: * include/glibtop/sysinfo.h: Made gtk-doc happy in order to dist.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/sysinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glibtop/sysinfo.h b/include/glibtop/sysinfo.h
index 1c61e2bb..a7b76595 100644
--- a/include/glibtop/sysinfo.h
+++ b/include/glibtop/sysinfo.h
@@ -50,7 +50,8 @@ struct _glibtop_entry
struct _glibtop_sysinfo
{
- guint64 flags, ncpu;
+ guint64 flags;
+ guint64 ncpu;
glibtop_entry cpuinfo [GLIBTOP_NCPU];
};