From f66bd1ae54c2d69b84790f4a2a860d4a3c65873e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Apr 2007 12:31:12 +0000 Subject: 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) --- source4/librpc/rpc/dcerpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/rpc/dcerpc.h') 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 { -- cgit