From 3fcc477b2556c5df5452da75f3d78fa44719ec80 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 18 Jun 1998 13:08:40 +0000 Subject: [PATCH] New field `server_port'. 1998-06-18 Martin Baulig * glibtop.h (_glibtop): New field `server_port'. --- ChangeLog | 2 ++ glibtop.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b0cd7f6..e9d9a3ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-06-18 Martin Baulig + * glibtop.h (_glibtop): New field `server_port'. + * lib/xmalloc.c (glibtop_strdup_r): New function. * lib/gnuclient.c: Removed. diff --git a/glibtop.h b/glibtop.h index 6bb29447..2ac3a5ec 100644 --- a/glibtop.h +++ b/glibtop.h @@ -49,6 +49,7 @@ struct _glibtop const char *server_user; /* Name of the user on 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 server_port; /* Port on which daemon is listening */ pid_t pid; /* PID of the server */ };