diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-10-11 14:53:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-10-11 14:53:41 +0100 |
commit | e8ae721412364ffe473066063d9f3d0195b8b451 (patch) | |
tree | 73ba669bc326066dc0c367cb12b76904349b22d6 /src/src/functions.h | |
parent | d6c82d7b5f5b2adecc6dafe60f0f6c0bec663a8e (diff) |
Handle >1 parallelism in serialize db entries
Diffstat (limited to 'src/src/functions.h')
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index fcfe74675..9baa32d59 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -163,7 +163,7 @@ extern void dscp_list_to_stream(FILE *); extern BOOL dscp_lookup(const uschar *, int, int *, int *, int *); extern void enq_end(uschar *); -extern BOOL enq_start(uschar *); +extern BOOL enq_start(uschar *, unsigned); #ifdef EXPERIMENTAL_EVENT extern uschar *event_raise(uschar *, const uschar *, uschar *); #endif |