*** empty log message ***

This commit is contained in:
Martin Baulig
1999-05-09 15:20:52 +00:00
parent 2378f459de
commit 6fbde2ea22

View File

@@ -192,12 +192,12 @@ Declaration of @code{glibtop_uptime} in @file{<glibtop/uptime.h}:
typedef struct _glibtop_uptime glibtop_uptime; typedef struct _glibtop_uptime glibtop_uptime;
struct _glibtop_uptime struct _glibtop_uptime
{ @{
u_int64_t flags; u_int64_t flags;
double uptime, double uptime,
idletime; idletime;
u_int64_t boot_time; u_int64_t boot_time;
}; @};
@end cartouche @end cartouche
@end example @end example
@@ -234,13 +234,13 @@ Declaration of @code{glibtop_loadavg} in @file{<glibtop/loadavg.h}:
typedef struct _glibtop_loadavg glibtop_loadavg; typedef struct _glibtop_loadavg glibtop_loadavg;
struct _glibtop_loadavg struct _glibtop_loadavg
{ @{
u_int64_t flags; u_int64_t flags;
double loadavg [3]; double loadavg [3];
u_int64_t nr_running, u_int64_t nr_running,
nr_tasks, nr_tasks,
last_pid; last_pid;
}; @};
@end cartouche @end cartouche
@end example @end example