Initial version of the "glibtop-backend-server" backend.

2000-01-01  Martin Baulig  <martin@home-of-linux.org>

	Initial version of the "glibtop-backend-server" backend.

	* command.c, read.c, read_data.c, write.c: New files. Moved here
	from the `lib' directory.

	* backend-server.c: New file.
	* glibtop-backend-private.h: New file.

	* marshal.pl: New file. Automatically creates `marshal.c'.
This commit is contained in:
Martin Baulig
2000-01-01 20:54:10 +00:00
committed by Martin Baulig
parent 945ec9b0b1
commit a567f1a8d1
10 changed files with 703 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
2000-01-01 Martin Baulig <martin@home-of-linux.org>
Initial version of the "glibtop-backend-server" backend.
* command.c, read.c, read_data.c, write.c: New files. Moved here
from the `lib' directory.
* backend-server.c: New file.
* glibtop-backend-private.h: New file.
* marshal.pl: New file. Automatically creates `marshal.c'.