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
67c97521
Commit
67c97521
authored
Mar 30, 2017
by
Stéphane Graber
Committed by
GitHub
Mar 30, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1494 from d4s/lxcinfo
Increased buffer length in print_stats()
parents
1266eb51
1bbc6275
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc_info.c
src/lxc/tools/lxc_info.c
+1
-1
No files found.
src/lxc/tools/lxc_info.c
View file @
67c97521
...
...
@@ -204,7 +204,7 @@ static void print_net_stats(struct lxc_container *c)
static
void
print_stats
(
struct
lxc_container
*
c
)
{
int
i
,
ret
;
char
buf
[
25
6
];
char
buf
[
409
6
];
ret
=
c
->
get_cgroup_item
(
c
,
"cpuacct.usage"
,
buf
,
sizeof
(
buf
));
if
(
ret
>
0
&&
ret
<
sizeof
(
buf
))
{
...
...
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