~nik90/ubuntu/precise/gnome-system-monitor/keywords

« back to all changes in this revision

Viewing changes to src/cgroups.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-12-28 14:46:35 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20111228144635-3sb1b3a6r2fz8cod
Tags: 3.3.3-0ubuntu1
* New upstream unstable release.
  - Shows whether OS is 32-bit or 64-bit (LP: #531762)
  - Network load default colors improved for the colorblind (LP: #485712)
  - UI streamlined (status bar removed, fewer default columns in
    processes tab, etc.)
* debian/patches/02_lpi.patch: Refreshed
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef PROCMAN_CGROUP_H_20111103
 
2
#define PROCMAN_CGROUP_H_20111103
 
3
 
 
4
#include <glib.h>
 
5
 
 
6
#include "procman.h"
 
7
 
 
8
void
 
9
get_process_cgroup_info (ProcInfo *info);
 
10
 
 
11
gboolean
 
12
cgroups_enabled (void);
 
13
 
 
14
#endif /* PROCMAN_CGROUP_H_20111103 */