mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
crtools: Fix command line parsing in parse_pid_stat
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef PROC_PARSE_H__
|
||||
#define PROC_PARSE_H__
|
||||
|
||||
#define TASK_COMM_LEN 16
|
||||
#define TASK_COMM_LEN 16
|
||||
#define TASK_COMM_LEN_FMT "(%15s)"
|
||||
|
||||
struct proc_pid_stat {
|
||||
int pid;
|
||||
|
Reference in New Issue
Block a user