Provide implementation.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user