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

This commit is contained in:
Hallvard Furuseth 2005-08-21 00:00:09 +00:00
parent f5737d72b0
commit 94747c50db

View file

@ -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;