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
95db7d8c
Commit
95db7d8c
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: initialize
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
aa899945
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
list.h
src/lxc/list.h
+1
-1
log.c
src/lxc/log.c
+1
-1
No files found.
src/lxc/list.h
View file @
95db7d8c
...
@@ -63,7 +63,7 @@ struct lxc_list {
...
@@ -63,7 +63,7 @@ struct lxc_list {
for (__iterator = (__list)->next, __next = __iterator->next; \
for (__iterator = (__list)->next, __next = __iterator->next; \
__iterator != __list; __iterator = __next, __next = __next->next)
__iterator != __list; __iterator = __next, __next = __next->next)
/* Initalize list. */
/* Init
i
alize list. */
static
inline
void
lxc_list_init
(
struct
lxc_list
*
list
)
static
inline
void
lxc_list_init
(
struct
lxc_list
*
list
)
{
{
list
->
elem
=
NULL
;
list
->
elem
=
NULL
;
...
...
src/lxc/log.c
View file @
95db7d8c
...
@@ -640,7 +640,7 @@ static int _lxc_log_set_file(const char *name, const char *lxcpath, int create_d
...
@@ -640,7 +640,7 @@ static int _lxc_log_set_file(const char *name, const char *lxcpath, int create_d
/*
/*
* lxc_log_init:
* lxc_log_init:
* Called from lxc front-end programs (like lxc-create, lxc-start) to
* Called from lxc front-end programs (like lxc-create, lxc-start) to
* initalize the log defaults.
* init
i
alize the log defaults.
*/
*/
int
lxc_log_init
(
struct
lxc_log
*
log
)
int
lxc_log_init
(
struct
lxc_log
*
log
)
{
{
...
...
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