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
48542305
Unverified
Commit
48542305
authored
Jun 26, 2017
by
0x0916
Committed by
Stéphane Graber
Jul 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API doc: update note for get_config_item
Fix issue:
https://github.com/lxc/lxc/issues/505
Signed-off-by:
0x0916
<
w@laoqinren.net
>
parent
433297cb
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 @
48542305
...
@@ -408,8 +408,8 @@ struct lxc_container {
...
@@ -408,8 +408,8 @@ struct lxc_container {
* \p retv by initially passing its value as \c NULL and considering the return value.
* \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.
* 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 retv is NULL, \p inlen is ignored.
* \note If \p inlen is smaller than required,
the value writte
n
* \note If \p inlen is smaller than required,
nothing will be written to \p retv and still retur
n
* t
o \p retv will be truncated
.
* t
he length of config item value
.
*/
*/
int
(
*
get_config_item
)(
struct
lxc_container
*
c
,
const
char
*
key
,
char
*
retv
,
int
inlen
);
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