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:
Martin Baulig
1998-06-14 21:30:41 +00:00
committed by Martin Baulig
parent 28dfff5752
commit 2a281d0a53
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
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.
* sysdeps/common/gnuslib.c: New file. Imported from xemacs 20.3

View File

@@ -41,6 +41,7 @@ struct _glibtop
#endif
int input [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 */
const char *name; /* Program name for error messages */
const char *server_command; /* Command used to invoke server */