Removed all remote communication support from LibGTop.

1999-12-23  Martin Baulig  <martin@home-of-linux.org>

	Removed all remote communication support from LibGTop.

	* include/glibtop/gnuserv.h: Removed.

	* sysdeps/common/gnuslib.c: Removed.

	* src/daemon/Makefile.am: Don't build the `libgtop_daemon'
	binary any longer.

	* src/daemon/server_config.pl: Removed.
	* src/daemon/server_config.h.in: Removed.
	* src/daemon/server_config.h: Removed.
This commit is contained in:
Martin Baulig
1999-12-23 13:08:51 +00:00
committed by Martin Baulig
parent e03b665dd1
commit 595553ae0b
11 changed files with 19 additions and 725 deletions

View File

@@ -97,7 +97,7 @@ handle_slave_connection (int input, int output)
sizeof (max_len));
ptr = glibtop_get_proc_args_p (server,
&resp->u.data.proc_args,
pid, max_len);
pid);
do_output (output, resp, _offset_data (proc_args),
ptr ? resp->u.data.proc_args.size+1 : 0,
ptr, (ptr != NULL) ? 0 : -1);