Skip to content
Snippets Groups Projects
Commit fdeb09f0 authored by Hallvard Furuseth's avatar Hallvard Furuseth Committed by Quanah Gibson-Mount
Browse files

ITS#8435 Move sc_writewait to end of slap_callback

So any initializers in code predating sc_writewait
will find sc_private in the expected position.
parent 665f334b
No related branches found
No related tags found
No related merge requests found
......@@ -2374,8 +2374,8 @@ typedef struct slap_callback {
struct slap_callback *sc_next;
slap_response *sc_response;
slap_response *sc_cleanup;
slap_writewait *sc_writewait;
void *sc_private;
slap_writewait *sc_writewait;
} slap_callback;
struct slap_overinfo;
......
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