X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;fp=lttng-sessiond%2Fust-app.h;h=ce18bb2f770ed0d0b1cc688ec96c9ef1dc0b5aad;hb=0df502fd9da4e1895e1f3719afc51c8edd710c9e;hp=e92458e2b5801726396cec74caf65af7dbe61499;hpb=84cd17c63cde7ea5d7a0ad037dd41e8297658812;p=lttng-tools.git diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index e92458e2b..ce18bb2f7 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -38,6 +38,7 @@ struct ust_register_msg { pid_t ppid; uid_t uid; gid_t gid; + uint32_t bits_per_long; char name[16]; };