summaryrefslogtreecommitdiffstats
path: root/lib/util/tevent_werror.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-05-24 13:49:26 +0200
committerKai Blin <kai@samba.org>2012-05-30 00:37:56 +0200
commit54cde76e376b7e6a781ff2841234d7f37eb6ea93 (patch)
treec535eef5ff75e400954a3779bbc6ce4f76509506 /lib/util/tevent_werror.h
parent6cdbce266b6ecccf181429949104df700d58351c (diff)
downloadsamba-54cde76e376b7e6a781ff2841234d7f37eb6ea93.tar.gz
samba-54cde76e376b7e6a781ff2841234d7f37eb6ea93.tar.xz
samba-54cde76e376b7e6a781ff2841234d7f37eb6ea93.zip
lib: add tevent_req_poll_werror
Signed-off-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'lib/util/tevent_werror.h')
-rw-r--r--lib/util/tevent_werror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util/tevent_werror.h b/lib/util/tevent_werror.h
index 0e243825b6c..1e08c3dc52b 100644
--- a/lib/util/tevent_werror.h
+++ b/lib/util/tevent_werror.h
@@ -40,4 +40,7 @@ WERROR tevent_req_simple_recv_werror(struct tevent_req *req);
void tevent_req_simple_finish_werror(struct tevent_req *subreq,
WERROR subreq_error);
+bool tevent_req_poll_werror(struct tevent_req *req,
+ struct tevent_context *ev,
+ WERROR *err);
#endif