X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;fp=lttng-sessiond%2Fust-app.h;h=657ca4a1289d5abf17d623b7544d2fa2d78b8c56;hp=ec6bafdfed38aaabafeeca25a71b3fcd484d5cea;hb=aea829b3086fb53d411eb79a5abe0e706d4d9cf3;hpb=8f7a84dd224c529cb7a366f6b191d57bf980d339 diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index ec6bafdfe..657ca4a12 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -96,7 +96,7 @@ struct ust_app_session { struct ust_app { pid_t ppid; uid_t uid; /* User ID that owns the apps */ - gid_t gid; /* Group ID that owns the apps */ + gid_t gid; /* Group ID that owns the apps */ int bits_per_long; uint32_t v_major; /* Verion major number */ uint32_t v_minor; /* Verion minor number */