2018-12-13 13:32:06 +00:00
|
|
|
/*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
2012-03-26 17:09:31 +00:00
|
|
|
|
2019-06-18 16:13:14 +00:00
|
|
|
#pragma once
|
2018-12-13 13:32:06 +00:00
|
|
|
|
2019-06-18 16:13:14 +00:00
|
|
|
#include "capabilities.h"
|
2018-12-13 13:32:06 +00:00
|
|
|
|
2019-12-03 10:49:49 +00:00
|
|
|
#include "lxc/lxc_conf.h"
|
|
|
|
|
2019-06-18 16:13:14 +00:00
|
|
|
#define FAKEDEVDIR0 "/fakedevdir0/bla/fasl"
|
|
|
|
#define FAKEDEVDIR1 "/fakedevdir1/bla/fasl"
|
2014-02-14 17:49:05 +00:00
|
|
|
|
2012-03-26 17:09:31 +00:00
|
|
|
virCapsPtr testLXCCapsInit(void);
|
2019-12-03 10:49:49 +00:00
|
|
|
virLXCDriverPtr testLXCDriverInit(void);
|
|
|
|
void testLXCDriverFree(virLXCDriverPtr driver);
|