mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 20:02:21 +00:00
include util.h in cgroup.h
required by VIR_ENUM_DECL.
This commit is contained in:
parent
47e1767725
commit
dfa88e6455
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* vircgroup.h: methods for managing control cgroups
|
||||
*
|
||||
* Copyright (C) 2011-2012 Red Hat, Inc.
|
||||
* Copyright (C) 2011-2013 Red Hat, Inc.
|
||||
* Copyright IBM Corp. 2008
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@ -25,6 +25,8 @@
|
||||
#ifndef __VIR_CGROUP_H__
|
||||
# define __VIR_CGROUP_H__
|
||||
|
||||
# include "virutil.h"
|
||||
|
||||
struct virCgroup;
|
||||
typedef struct virCgroup *virCgroupPtr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user