summaryrefslogtreecommitdiff
path: root/glibtop.h
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 /glibtop.h
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'.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h1
1 files changed, 1 insertions, 0 deletions
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 */
};