Some more daemon stuff.

This commit is contained in:
Martin Baulig
1998-06-18 19:06:55 +00:00
parent b54a5d2dfd
commit 71187a5e51
5 changed files with 297 additions and 309 deletions

View File

@@ -71,7 +71,8 @@ union _glibtop_response_union
struct _glibtop_response
{
size_t data_size;
off_t offset;
size_t size, data_size;
union _glibtop_response_union u;
};