Fix clang warnings
[lttng-ust.git] / include / ust-comm.h
index ba800900e1011fc8121723f08b8b2e3a0972fae6..133426e5e5f5e9e4a75e2b895cce4800013dad31 100644 (file)
@@ -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 {
This page took 0.023753 seconds and 4 git commands to generate.