diff options
Diffstat (limited to 'source/uapi/monitor_user.h')
| -rw-r--r-- | source/uapi/monitor_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/uapi/monitor_user.h b/source/uapi/monitor_user.h index fb648d4..be17819 100644 --- a/source/uapi/monitor_user.h +++ b/source/uapi/monitor_user.h @@ -6,7 +6,7 @@ #include <sys/types.h> #include <unistd.h> -#define MAX_NAME_LEN (15) // max name length +#define MAX_NAME_LEN (127) // max name length typedef struct { pid_t task_id; // current process id |
