]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/back-monitor.h
Destroy monitor_info.mi_cache_mutex
[openldap] / servers / slapd / back-monitor / back-monitor.h
index 15c853c86b6cf0e8a214bfffdaeb8726af3b09c2..e688f943c33950d1434ae96b6f75438da0481d1c 100644 (file)
@@ -251,6 +251,8 @@ typedef struct monitor_subsys_t {
 
        /* initialize entry and subentries */
        int             ( *mss_open )( BackendDB *, struct monitor_subsys_t *ms );
+       /* destroy structure */
+       int             ( *mss_destroy )( BackendDB *, struct monitor_subsys_t *ms );
        /* update existing dynamic entry and subentries */
        int             ( *mss_update )( Operation *, SlapReply *, Entry * );
        /* create new dynamic subentries */