Whamcloud - gitweb
LU-6356 tgt: add handlers for SEC_CTX_* requests
[fs/lustre-release.git] / lustre / mgs / mgs_handler.c
index c2041ce..8c2c8ea 100644 (file)
@@ -1072,6 +1072,11 @@ static struct tgt_opc_slice mgs_common_slice[] = {
                .tos_hs        = mgs_llog_handlers
        },
        {
+               .tos_opc_start = SEC_FIRST_OPC,
+               .tos_opc_end   = SEC_LAST_OPC,
+               .tos_hs        = tgt_sec_ctx_handlers
+       },
+       {
                .tos_hs        = NULL
        }
 };