summaryrefslogtreecommitdiffstats
path: root/src/cgroups.h
blob: 7ddafea2ebb0395e223f31a1e05f7f9d6bdfd648 (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef _GSM_CGROUPS_H_
#define _GSM_CGROUPS_H_

#include "application.h"

void get_process_cgroup_info (ProcInfo& info);
bool cgroups_enabled ();

#endif /* _GSM_CGROUPS_H_ */