Whamcloud - gitweb
LU-6349 idl: add PTLRPC definitions to enum
[fs/lustre-release.git] / lustre / include / lu_target.h
index b927d04..25e75f8 100644 (file)
@@ -359,7 +359,7 @@ struct tgt_handler {
        /* Flags in enum tgt_handler_flags */
        __u32                    th_flags;
        /* Request version for this opcode */
-       int                      th_version;
+       enum lustre_msg_version  th_version;
        /* Handler function */
        int                     (*th_act)(struct tgt_session_info *tsi);
        /* Handler function for high priority requests */