File: org.linuxcontainers.cgmanager.h

package info (click to toggle)
cgmanager 0.41-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,844 kB
  • sloc: ansic: 20,288; sh: 5,151; makefile: 231; xml: 182
file content (37 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* cgmanager
 *
 * Copyright (C) 2010 Scott James Remnant <scott@netsplit.com>.
 *
 * This file was automatically generated; see the source for copying
 * conditions.
 */

#ifndef CGMANAGER_ORG_LINUXCONTAINERS_CGMANAGER_H
#define CGMANAGER_ORG_LINUXCONTAINERS_CGMANAGER_H

#include <dbus/dbus.h>

#include <stdint.h>

#include <nih/macros.h>

#include <nih-dbus/dbus_interface.h>
#include <nih-dbus/dbus_message.h>


typedef struct cgmanager_list_keys_output_element {
	char *   item0;
	uint32_t item1;
	uint32_t item2;
	uint32_t item3;
} CgmanagerListKeysOutputElement;


NIH_BEGIN_EXTERN

extern const NihDBusInterface  cgmanager_org_linuxcontainers_cgmanager0_0;
extern const NihDBusInterface *cgmanager_interfaces[];

NIH_END_EXTERN

#endif /* CGMANAGER_ORG_LINUXCONTAINERS_CGMANAGER_H */