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:
committed by
Martin Baulig
parent
81c75477f4
commit
3fcc477b25
@@ -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.
|
||||||
|
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user