summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <baulig@taurus.uni-trier.de>1998-06-18 13:08:40 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-18 13:08:40 +0000
commit3fcc477b2556c5df5452da75f3d78fa44719ec80 (patch)
tree5e54e3f2758c6eee092d5697e8ace61c4208cf0d
parent81c75477f40b716197ffb3a7af2e6cf28b25185b (diff)
downloadlibgtop-3fcc477b2556c5df5452da75f3d78fa44719ec80.tar.gz
New field `server_port'.
1998-06-18 Martin Baulig <baulig@taurus.uni-trier.de> * glibtop.h (_glibtop): New field `server_port'.
-rw-r--r--ChangeLog2
-rw-r--r--glibtop.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b0cd7f6..e9d9a3ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
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/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 */
};