Contains information about a connection whose state is being changed.
typedef struct EVT_ChangeConnState {
char *connectionDN;
unsigned int oldFlags;
unsigned int newFlags;
char* sourceModule;
};
Specifies the DN of the entry associated with the connection.
Specifies the flag associated with the previous connection state, and is one of the following values:
Specifies the flag that indicates the new connection state. Uses the same flags as oldFlags.
Specifies the module that caused the connection state to change.