Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
59262374
Commit
59262374
authored
Oct 12, 2017
by
Stéphane Graber
Committed by
GitHub
Oct 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1856 from brauner/2017-10-12/preserve_abi_compatibility
lxccontainer: preserve ABI compatibility
parents
d289046a
dcf33b94
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
lxccontainer.h
src/lxc/lxccontainer.h
+11
-11
No files found.
src/lxc/lxccontainer.h
View file @
59262374
...
@@ -280,17 +280,6 @@ struct lxc_container {
...
@@ -280,17 +280,6 @@ struct lxc_container {
bool
(
*
set_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
const
char
*
value
);
bool
(
*
set_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
const
char
*
value
);
/*!
/*!
* \brief Set a key/value configuration option on a running container.
*
* \param c Container.
* \param key Name of option to set.
* \param value Value of \p name to set.
*
* \return \c true on success, else \c false.
*/
bool
(
*
set_running_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
const
char
*
value
);
/*!
* \brief Delete the container.
* \brief Delete the container.
*
*
* \param c Container.
* \param c Container.
...
@@ -834,6 +823,17 @@ struct lxc_container {
...
@@ -834,6 +823,17 @@ struct lxc_container {
* \return \c 0 on success, nonzero on failure.
* \return \c 0 on success, nonzero on failure.
*/
*/
int
(
*
migrate
)(
struct
lxc_container
*
c
,
unsigned
int
cmd
,
struct
migrate_opts
*
opts
,
unsigned
int
size
);
int
(
*
migrate
)(
struct
lxc_container
*
c
,
unsigned
int
cmd
,
struct
migrate_opts
*
opts
,
unsigned
int
size
);
/*!
* \brief Set a key/value configuration option on a running container.
*
* \param c Container.
* \param key Name of option to set.
* \param value Value of \p name to set.
*
* \return \c true on success, else \c false.
*/
bool
(
*
set_running_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
const
char
*
value
);
};
};
/*!
/*!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment