Removed.
2000-11-26 Martin Baulig <martin@home-of-linux.org> * glibtop-backend-private.h: Removed. * backend-sysdeps.h: New files. * backend-sysdeps.c (_open_sysdeps): Don't overwrite `backend->_priv'.
This commit is contained in:
committed by
Martin Baulig
parent
4befe086c4
commit
d294298c7e
@@ -23,11 +23,7 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <glibtop.h>
|
||||
#include <glibtop/global.h>
|
||||
#include <glibtop/xmalloc.h>
|
||||
|
||||
#include <glibtop-backend-private.h>
|
||||
#include <backend-sysdeps.h>
|
||||
|
||||
static int
|
||||
_open_sysdeps (glibtop_server *, glibtop_backend *, u_int64_t, const char **);
|
||||
@@ -55,9 +51,6 @@ _open_sysdeps (glibtop_server *server, glibtop_backend *backend,
|
||||
{
|
||||
glibtop_init_func_t *init_fkt;
|
||||
|
||||
backend->_priv = glibtop_calloc_r
|
||||
(server, 1, sizeof (glibtop_backend_private));
|
||||
|
||||
/* Do the initialization, but only if not already initialized. */
|
||||
|
||||
if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) {
|
||||
|
Reference in New Issue
Block a user