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
731cc33f
Commit
731cc33f
authored
Mar 30, 2009
by
Daniel Lezcano
Committed by
Daniel Lezcano
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup log.h
Rename lxc_log.h to log.h Signed-off-by:
Daniel Lezcano
<
daniel.lezcano@free.fr
>
parent
13954cce
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile.am
src/lxc/Makefile.am
+2
-2
console.c
src/lxc/console.c
+1
-1
log.c
src/lxc/log.c
+1
-1
log.h
src/lxc/log.h
+0
-0
lxc.h
src/lxc/lxc.h
+1
-1
parse.c
src/lxc/parse.c
+1
-1
No files found.
src/lxc/Makefile.am
View file @
731cc33f
...
@@ -12,7 +12,7 @@ pkginclude_HEADERS = \
...
@@ -12,7 +12,7 @@ pkginclude_HEADERS = \
cgroup.h
\
cgroup.h
\
conf.h
\
conf.h
\
lxc_list.h
\
lxc_list.h
\
l
xc_l
og.h
\
log.h
\
lxc_state.h
lxc_state.h
...
@@ -37,7 +37,7 @@ liblxc_la_SOURCES = \
...
@@ -37,7 +37,7 @@ liblxc_la_SOURCES = \
conf.c conf.h
\
conf.c conf.h
\
lxc_list.h
\
lxc_list.h
\
lxc_state.c lxc_state.h
\
lxc_state.c lxc_state.h
\
l
xc_log.c lxc_
log.h
\
l
og.c
log.h
\
\
\
network.c network.h
\
network.c network.h
\
nl.c nl.h
\
nl.c nl.h
\
...
...
src/lxc/console.c
View file @
731cc33f
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/types.h>
#include <sys/un.h>
#include <sys/un.h>
#include "l
xc_l
og.h"
#include "log.h"
#include "af_unix.h"
#include "af_unix.h"
#include "error.h"
#include "error.h"
...
...
src/lxc/l
xc_l
og.c
→
src/lxc/log.c
View file @
731cc33f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#include <errno.h>
#include <errno.h>
#include <stdarg.h>
#include <stdarg.h>
#include <l
xc_l
og.h>
#include <log.h>
#define MAXTIMELEN 47;
#define MAXTIMELEN 47;
#define ERRNO_FORMAT "%d (%s)"
#define ERRNO_FORMAT "%d (%s)"
...
...
src/lxc/l
xc_l
og.h
→
src/lxc/log.h
View file @
731cc33f
File moved
src/lxc/lxc.h
View file @
731cc33f
...
@@ -35,7 +35,7 @@ extern "C" {
...
@@ -35,7 +35,7 @@ extern "C" {
#include <lxc/lxc_state.h>
#include <lxc/lxc_state.h>
#include <lxc/lxc_list.h>
#include <lxc/lxc_list.h>
#include <lxc/l
xc_l
og.h>
#include <lxc/log.h>
#include <lxc/conf.h>
#include <lxc/conf.h>
#include <lxc/lock.h>
#include <lxc/lock.h>
#include <lxc/namespace.h>
#include <lxc/namespace.h>
...
...
src/lxc/parse.c
View file @
731cc33f
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#include <dirent.h>
#include <dirent.h>
#include "parse.h"
#include "parse.h"
#include "l
xc_l
og.h"
#include "log.h"
static
int
dir_filter
(
const
struct
dirent
*
dirent
)
static
int
dir_filter
(
const
struct
dirent
*
dirent
)
{
{
...
...
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