diff options
| author | John Doe <[email protected]> | 2023-12-01 09:26:42 +0000 |
|---|---|---|
| committer | John Doe <[email protected]> | 2023-12-01 09:30:53 +0000 |
| commit | 21862f1271acad91e1ff3a33deda1751fc57dfb7 (patch) | |
| tree | d046698a0e1539fd1c0a307a43569b6f912103be /source/uapi/monitor_user.h | |
| parent | fc79e537e20b0dd32678440fb69b0e9f93d2ac8c (diff) | |
temp save
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 |
