The virCgroupIsValidMachine does not need to be called from
outside the cgroups file now, so make it static.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
virCgroupGetMemSwapUsage;
virCgroupHasController;
virCgroupIsolateMount;
-virCgroupIsValidMachineGroup;
virCgroupKill;
virCgroupKillPainfully;
virCgroupKillRecursive;
return ret;
}
-bool virCgroupIsValidMachineGroup(virCgroupPtr group,
- const char *name,
- const char *drivername)
+static bool
+virCgroupIsValidMachineGroup(virCgroupPtr group,
+ const char *name,
+ const char *drivername)
{
size_t i;
bool valid = false;
bool virCgroupAvailable(void);
-bool virCgroupIsValidMachineGroup(virCgroupPtr group,
- const char *machinename,
- const char *drivername);
-
-
int virCgroupNewPartition(const char *path,
bool create,
int controllers,