mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
vircgrouppriv.h: Use #pragma once
Acked-by: Eric Blake <eblake@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
ba32be8467
commit
ce5346292a
@ -23,11 +23,10 @@
|
|||||||
# error "vircgrouppriv.h may only be included by vircgroup.c or its test suite"
|
# error "vircgrouppriv.h may only be included by vircgroup.c or its test suite"
|
||||||
#endif /* LIBVIRT_VIRCGROUPPRIV_H_ALLOW */
|
#endif /* LIBVIRT_VIRCGROUPPRIV_H_ALLOW */
|
||||||
|
|
||||||
#ifndef LIBVIRT_VIRCGROUPPRIV_H
|
#pragma once
|
||||||
# define LIBVIRT_VIRCGROUPPRIV_H
|
|
||||||
|
|
||||||
# include "vircgroup.h"
|
#include "vircgroup.h"
|
||||||
# include "vircgroupbackend.h"
|
#include "vircgroupbackend.h"
|
||||||
|
|
||||||
struct _virCgroupV1Controller {
|
struct _virCgroupV1Controller {
|
||||||
int type;
|
int type;
|
||||||
@ -127,5 +126,3 @@ int virCgroupKillRecursiveInternal(virCgroupPtr group,
|
|||||||
int controller,
|
int controller,
|
||||||
const char *taskFile,
|
const char *taskFile,
|
||||||
bool dormdir);
|
bool dormdir);
|
||||||
|
|
||||||
#endif /* LIBVIRT_VIRCGROUPPRIV_H */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user