diff options
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 22afdf880f..359efdabc0 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -63,6 +63,9 @@ struct dcecli_connection { const char *binding_string; struct tevent_context *event_ctx; + struct tevent_immediate *io_trigger; + bool io_trigger_pending; + /** Directory in which to save ndrdump-parseable files */ const char *packet_log_dir; |