diff --git a/ChangeLog b/ChangeLog index 103e882a..9307741c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-06-14 Martin Baulig + * 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 diff --git a/glibtop.h b/glibtop.h index 3f833081..6bb29447 100644 --- a/glibtop.h +++ b/glibtop.h @@ -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 */