~poelzi/ulatencyd/master

« back to all changes in this revision

Viewing changes to src/ulatency.h

  • Committer: Daniel Poelzleithner
  • Date: 2013-06-12 19:53:51 UTC
  • Revision ID: git-v1:32d8eae3243e9f114652164f86579893b0007966
remove last traces of libcgroup support

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <polkit/polkit.h>
39
39
#endif
40
40
 
41
 
//#include <libcgroup.h>
42
 
 
43
 
 
44
41
#define U_LOG_LEVEL_SCHED   1 << 8
45
42
#define u_sched(...)    g_log (G_LOG_DOMAIN,         \
46
43
                               U_LOG_LEVEL_SCHED,    \