2
0
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:
Cyrill Gorcunov
2012-01-14 01:58:36 +04:00
parent 1e073d05eb
commit acfd1d7fc4
2 changed files with 7 additions and 5 deletions

View File

@@ -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;