summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-23 12:31:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:32 -0500
commitf66bd1ae54c2d69b84790f4a2a860d4a3c65873e (patch)
tree3d5caad1872cc93d999197136021e41347664248 /source4/librpc/rpc/dcerpc.h
parentd7b01752491b0cd4389d1f29f1a17c1ab4394357 (diff)
downloadsamba-f66bd1ae54c2d69b84790f4a2a860d4a3c65873e.tar.gz
samba-f66bd1ae54c2d69b84790f4a2a860d4a3c65873e.tar.bz2
samba-f66bd1ae54c2d69b84790f4a2a860d4a3c65873e.zip
r22486: add a flag to ignore timeouts of a request and don't close
the connection on timeout metze (This used to be commit 6b23ab1fd265e2a92456701fb02bd1838c098874)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index c6dbc35477..ea6c68b28e 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -246,6 +246,7 @@ struct rpc_request {
uint16_t opnum;
DATA_BLOB request_data;
BOOL async_call;
+ BOOL ignore_timeout;
/* use by the ndr level async recv call */
struct {