Provide implementation.

This commit is contained in:
Martin Baulig
2000-01-12 23:57:19 +00:00
parent b660c7a0f7
commit 4d402ecc14
6 changed files with 32 additions and 0 deletions

View File

@@ -25,9 +25,14 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-server",
features, NULL);
} }

View File

@@ -25,9 +25,14 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-sysdeps",
features, NULL);
} }

View File

@@ -25,9 +25,14 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-sysdeps",
features, NULL);
} }

View File

@@ -25,9 +25,16 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-sysdeps",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-server",
features, NULL);
} }

View File

@@ -25,9 +25,14 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-server",
features, NULL);
} }

View File

@@ -25,9 +25,14 @@
#include <glibtop.h> #include <glibtop.h>
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/backend.h>
void void
_glibtop_open_sysdeps (glibtop *server, const char *program_name, _glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags) const unsigned long features, const unsigned flags)
{ {
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-sysdeps",
features, NULL);
} }