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
095b5c7d
Unverified
Commit
095b5c7d
authored
Jul 24, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxccontainer: fix indendation
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
023d07ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lxccontainer.h
src/lxc/lxccontainer.h
+5
-5
No files found.
src/lxc/lxccontainer.h
View file @
095b5c7d
...
@@ -855,16 +855,16 @@ struct lxc_container {
...
@@ -855,16 +855,16 @@ struct lxc_container {
/*!
/*!
* \brief Mount the host's path `source` onto the container's path `target`.
* \brief Mount the host's path `source` onto the container's path `target`.
*/
*/
int
(
*
mount
)(
struct
lxc_container
*
c
,
int
(
*
mount
)(
struct
lxc_container
*
c
,
const
char
*
source
,
const
char
*
source
,
const
char
*
target
,
const
char
*
target
,
const
char
*
filesystemtype
,
const
char
*
filesystemtype
,
unsigned
long
mountflags
,
unsigned
long
mountflags
,
const
void
*
data
,
const
void
*
data
,
struct
lxc_mount
*
mnt
);
struct
lxc_mount
*
mnt
);
/*!
/*!
* \brief Unmount the container's path `target`.
* \brief Unmount the container's path `target`.
*/
*/
int
(
*
umount
)(
struct
lxc_container
*
c
,
const
char
*
target
,
int
(
*
umount
)(
struct
lxc_container
*
c
,
const
char
*
target
,
unsigned
long
mountflags
,
struct
lxc_mount
*
mnt
);
unsigned
long
mountflags
,
struct
lxc_mount
*
mnt
);
};
};
/*!
/*!
...
...
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