diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntdomain.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 0114df0e2d..2108520b15 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -257,6 +257,12 @@ typedef struct pipes_struct { */ BOOL bad_handle_fault_state; + + /* + * Set to true when the backend does not support a call. + */ + + BOOL rng_fault_state; /* * Set to RPC_BIG_ENDIAN when dealing with big-endian PDU's |