summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-12-22 11:19:16 +0000
committerMartin Baulig <martin@src.gnome.org>1999-12-22 11:19:16 +0000
commit47a0ef64d8db6e2fb13005cf2da7e3a65c638b03 (patch)
treeea90a2f4d3e7f689196a9367f230d0a689ddb1bf /glibtop.h
parent5f649a761398b401da6a58a784b7182e7e53d1f8 (diff)
downloadlibgtop-47a0ef64d8db6e2fb13005cf2da7e3a65c638b03.tar.gz
Added `errno' field.
1999-12-22 Martin Baulig <martin@home-of-linux.org> * glibtop.h (glibtop): Added `errno' field. * include/glibtop/errors.h (GLIBTOP_ERROR_SERVER_COMM_FAILURE): New error constant. (GLIBTOP_ERROR_NO_SUCH_PROCESS): New error constant.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glibtop.h b/glibtop.h
index 39e5b11f..729780a8 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -65,6 +65,7 @@ struct _glibtop
glibtop_sysdeps required; /* Required feature list */
glibtop_sysdeps wanted; /* We only want this features */
glibtop_server_private *_priv; /* Private data */
+ unsigned errno;
};
extern glibtop *glibtop_global_server;