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
d6cb82ac
Commit
d6cb82ac
authored
Jun 26, 2017
by
Christian Brauner
Committed by
GitHub
Jun 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1647 from 0x0916/update-api-doc
API doc: update note for get_config_item
parents
48836456
13a4215b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxccontainer.h
src/lxc/lxccontainer.h
+2
-2
No files found.
src/lxc/lxccontainer.h
View file @
d6cb82ac
...
...
@@ -408,8 +408,8 @@ struct lxc_container {
* \p retv by initially passing its value as \c NULL and considering the return value.
* This function can then be called again passing a newly-allocated suitably-sized buffer.
* \note If \p retv is NULL, \p inlen is ignored.
* \note If \p inlen is smaller than required,
the value writte
n
* t
o \p retv will be truncated
.
* \note If \p inlen is smaller than required,
nothing will be written to \p retv and still retur
n
* t
he length of config item value
.
*/
int
(
*
get_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
char
*
retv
,
int
inlen
);
...
...
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