From: Luke Howard Date: Mon, 20 Feb 2006 09:26:02 +0000 (+0000) Subject: Add SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a2a3fc6207299e5ab77ca5d4270f3a602ee4d43;p=openldap Add SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID --- diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index cad59a67a6..6b0a60ba80 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -648,6 +648,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags ); #define SLAPI_PLUGIN_BE_POST_DELETE_FN 553 #define SLAPI_OPERATION_TYPE 590 +#define SLAPI_OPERATION_MSGID 591 #define SLAPI_PLUGIN_MR_FILTER_CREATE_FN 600 #define SLAPI_PLUGIN_MR_INDEXER_CREATE_FN 601 @@ -703,6 +704,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags ); #define SLAPI_OPERATION_ID 742 #define SLAPI_CONN_CERT 743 #define SLAPI_CONN_AUTHMETHOD 746 +#define SLAPI_IS_INTERNAL_OPERATION 748 #define SLAPI_RESULT_CODE 881 #define SLAPI_RESULT_TEXT 882