diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-09-03 19:51:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-09-04 09:01:11 +0200 |
commit | 27918981de05edf0d07bdb4adc75701b29c957d3 (patch) | |
tree | 32b5b08ad3e0da37b248c4d23fe80c34a3ed8321 /source3 | |
parent | 2907310803a3168582fa0d7ffb5c357e89723434 (diff) | |
download | samba-27918981de05edf0d07bdb4adc75701b29c957d3.tar.gz samba-27918981de05edf0d07bdb4adc75701b29c957d3.tar.xz samba-27918981de05edf0d07bdb4adc75701b29c957d3.zip |
librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index d064f3d6e3e..77395ebf74a 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -186,6 +186,8 @@ struct dcerpc_binding_handle_ops { const char *name; bool (*is_connected)(struct dcerpc_binding_handle *h); + uint32_t (*set_timeout)(struct dcerpc_binding_handle *h, + uint32_t timeout); struct tevent_req *(*raw_call_send)(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |