New field `server_port'.

1998-06-18  Martin Baulig  <baulig@taurus.uni-trier.de>

	* glibtop.h (_glibtop): New field `server_port'.
This commit is contained in:
Martin Baulig
1998-06-18 13:08:40 +00:00
committed by Martin Baulig
parent 81c75477f4
commit 3fcc477b25
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
1998-06-18 Martin Baulig <baulig@taurus.uni-trier.de> 1998-06-18 Martin Baulig <baulig@taurus.uni-trier.de>
* glibtop.h (_glibtop): New field `server_port'.
* lib/xmalloc.c (glibtop_strdup_r): New function. * lib/xmalloc.c (glibtop_strdup_r): New function.
* lib/gnuclient.c: Removed. * lib/gnuclient.c: Removed.

View File

@@ -49,6 +49,7 @@ struct _glibtop
const char *server_user; /* Name of the user on the target host */ const char *server_user; /* Name of the user on the target host */
const char *server_rsh; /* Command used to connect to the target host */ const char *server_rsh; /* Command used to connect to the target host */
unsigned long features; /* Server is required for this features */ unsigned long features; /* Server is required for this features */
unsigned long server_port; /* Port on which daemon is listening */
pid_t pid; /* PID of the server */ pid_t pid; /* PID of the server */
}; };