*** empty log message ***
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user