diff options
Diffstat (limited to 'source4/dns_server/dlz_bind9.h')
-rw-r--r-- | source4/dns_server/dlz_bind9.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/dns_server/dlz_bind9.h b/source4/dns_server/dlz_bind9.h index 8cf06807c1..34f9605b12 100644 --- a/source4/dns_server/dlz_bind9.h +++ b/source4/dns_server/dlz_bind9.h @@ -29,6 +29,9 @@ typedef uint32_t dns_ttl_t; #define DLZ_DLOPEN_VERSION 1 +/* return this in flags to dlz_version() if thread safe */ +#define DNS_SDLZFLAG_THREADSAFE 0x00000001U + /* result codes */ #define ISC_R_SUCCESS 0 #define ISC_R_NOMEMORY 1 |