Added `socket' field.
1998-06-14 Martin Baulig <martin@home-of-linux.org> * glibtop.h (struct _glibtop): Added `socket' field.
This commit is contained in:
committed by
Martin Baulig
parent
28dfff5752
commit
2a281d0a53
@@ -1,5 +1,7 @@
|
|||||||
1998-06-14 Martin Baulig <martin@home-of-linux.org>
|
1998-06-14 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* glibtop.h (struct _glibtop): Added `socket' field.
|
||||||
|
|
||||||
* include/glibtop/gnuserv.h: New file. Imported from xemacs 20.3.
|
* include/glibtop/gnuserv.h: New file. Imported from xemacs 20.3.
|
||||||
|
|
||||||
* sysdeps/common/gnuslib.c: New file. Imported from xemacs 20.3
|
* sysdeps/common/gnuslib.c: New file. Imported from xemacs 20.3
|
||||||
|
@@ -41,6 +41,7 @@ struct _glibtop
|
|||||||
#endif
|
#endif
|
||||||
int input [2]; /* Pipe client <- server */
|
int input [2]; /* Pipe client <- server */
|
||||||
int output [2]; /* Pipe client -> server */
|
int output [2]; /* Pipe client -> server */
|
||||||
|
int socket; /* Accepted connection of a socket */
|
||||||
unsigned long os_version_code; /* Version code of the operating system */
|
unsigned long os_version_code; /* Version code of the operating system */
|
||||||
const char *name; /* Program name for error messages */
|
const char *name; /* Program name for error messages */
|
||||||
const char *server_command; /* Command used to invoke server */
|
const char *server_command; /* Command used to invoke server */
|
||||||
|
Reference in New Issue
Block a user