455118131e83ac047dd3aa444f102ef01086f8a9
2000-11-26 Martin Baulig <martin@home-of-linux.org> * backend-server.h: New file. (backend_server_private): New struct, formerly known as glibtop_backend_private. * glibtop-backend-private.h: Removed. * backend-server.c: (_open_server): Use g_object_set_data() to set add the backend_server_private data to the glibtop_backend, don't override `backend->_priv'. (_close_server): Use g_object_get_data() to get the data. [FIXME: Use quarks directly.] * read.c: (glibtop_read_i): Replaced the glibtop_server and glibtop_backend arguments with backend_server_private. * read_data.c: (glibtop_read_data_i): Likewise. * write.c: (glibtop_write_i): Likewise.
This is the *development* branch of LibGTop. It is indended for people who want to help with the development of LibGTop and not for end-users. Please use the LIBGTOP_STABLE_1_0 branch (which is LibGTop 1.0.x) unless you're really a developer. If you're using LibGTop from CVS simply do a cvs update -r LIBGTOP_STABLE_1_0 to get the latest version from the stable branch. However, I'll periodically make snapshot releases from the development branch for Solaris users of LibGTop. They can be found at ftp://ftp.home-of-linux.org/pub/libgtop/1.1/ in near future. Using released tarballs from the development branch is a lot better than compiling directly from CVS since things in CVS may not always work as expected. Note that releases from the developer branch are neither binary nor fully source compatible; you'll normally have to recompile everything that use them. October 1999 Martin Baulig
Description
Languages
C
87.9%
Shell
6.9%
M4
2.7%
Makefile
1.1%
Perl
0.9%
Other
0.5%