summaryrefslogtreecommitdiff
path: root/librpc/rpc/dcesrv_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/rpc/dcesrv_core.h')
-rw-r--r--librpc/rpc/dcesrv_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/rpc/dcesrv_core.h b/librpc/rpc/dcesrv_core.h
index 69815b71f3d..aefb3f12732 100644
--- a/librpc/rpc/dcesrv_core.h
+++ b/librpc/rpc/dcesrv_core.h
@@ -125,6 +125,7 @@ struct dcesrv_call_state {
#define DCESRV_CALL_STATE_FLAG_MAY_ASYNC (1<<1)
#define DCESRV_CALL_STATE_FLAG_MULTIPLEXED (1<<3)
#define DCESRV_CALL_STATE_FLAG_PROCESS_PENDING_CALL (1<<4)
+#define DCESRV_CALL_STATE_FLAG_WINBIND_OFF (1 << 5)
uint32_t state_flags;
/* the time the request arrived in the server */