2000-01-02 Martin Baulig <martin@home-of-linux.org> * demarshal.pl: New file. Automatically creates `demarshal.c'. * demarshal.c: This automatically created file handles the demarshalling in the libgtop_server. * Makefile.am: Build the `libgtop_server' here. * server.c, server.h: New files. Copied here from `src/daemon'.
22 lines
674 B
Plaintext
22 lines
674 B
Plaintext
2000-01-02 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* demarshal.pl: New file. Automatically creates `demarshal.c'.
|
|
* demarshal.c: This automatically created file handles the
|
|
demarshalling in the libgtop_server.
|
|
|
|
* Makefile.am: Build the `libgtop_server' here.
|
|
* server.c, server.h: New files. Copied here from `src/daemon'.
|
|
|
|
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'.
|
|
|