X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;h=133426e5e5f5e9e4a75e2b895cce4800013dad31;hb=7f2348b85735a6284d2ada79d9c7cd2e96f45bbf;hp=ba800900e1011fc8121723f08b8b2e3a0972fae6;hpb=257ecc17e3214106b7e788cda75fec667cc5cc26;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index ba800900..133426e5 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -102,7 +102,7 @@ struct ustcomm_ust_msg { struct ustcomm_ust_reply { uint32_t handle; uint32_t cmd; - uint32_t ret_code; /* enum ustcomm_return_code */ + int32_t ret_code; /* enum ustcomm_return_code */ uint32_t ret_val; /* return value */ char padding[USTCOMM_REPLY_PADDING1]; union {