Skip to content
Snippets Groups Projects
Commit 94747c50 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

SLAP_OP_* enums are always used. Delete #ifdef SLAPD_MONITOR around definition.

parent f5737d72
No related branches found
No related tags found
No related merge requests found
......@@ -2719,7 +2719,6 @@ struct slap_listener {
#define sl_addr sl_sa.sa_in_addr
};
#ifdef SLAPD_MONITOR
/*
* Operation indices
*/
......@@ -2736,7 +2735,6 @@ enum {
SLAP_OP_EXTENDED,
SLAP_OP_LAST
};
#endif /* SLAPD_MONITOR */
typedef struct slap_counters_t {
ldap_pvt_thread_mutex_t sc_sent_mutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment