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
aafef73a
Unverified
Commit
aafef73a
authored
Jul 22, 2020
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log: don't break logging by hiding symbols
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
2e24c98b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
log.h
src/lxc/log.h
+4
-4
No files found.
src/lxc/log.h
View file @
aafef73a
...
...
@@ -85,7 +85,7 @@ struct lxc_log_category {
};
#ifndef NO_LXC_CONF
__hidden
extern
int
lxc_log_use_global_fd
;
extern
int
lxc_log_use_global_fd
;
#endif
/*
...
...
@@ -278,8 +278,8 @@ __lxc_unused static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo, \
* Helper macro to define and use static categories.
*/
#define lxc_log_category_define(name, parent) \
__hidden
extern struct lxc_log_category lxc_log_category_##parent; \
__hidden
struct lxc_log_category lxc_log_category_##name = { \
extern struct lxc_log_category lxc_log_category_##parent; \
struct lxc_log_category lxc_log_category_##name = { \
#name, \
LXC_LOG_LEVEL_NOTSET, \
NULL, \
...
...
@@ -561,7 +561,7 @@ __lxc_unused static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo, \
__internal_ret__; \
})
__hidden
extern
int
lxc_log_fd
;
extern
int
lxc_log_fd
;
__hidden
extern
int
lxc_log_syslog
(
int
facility
);
__hidden
extern
void
lxc_log_syslog_enable
(
void
);
...
...
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