summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-17 10:15:18 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-18 10:31:35 +0100
commit7f6618a3deb77fc5c4724c598ecacdbf87c5e9c4 (patch)
treef019ad1d18af457b2e2fc45458cc4ae40419678a /lib/tevent/tevent.h
parent3f147cb7a3706d00a3cbac51013e09f93e9b7055 (diff)
downloadsamba-7f6618a3deb77fc5c4724c598ecacdbf87c5e9c4.tar.gz
samba-7f6618a3deb77fc5c4724c598ecacdbf87c5e9c4.tar.bz2
samba-7f6618a3deb77fc5c4724c598ecacdbf87c5e9c4.zip
tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()
This makes more clear what the function does. metze
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 8e3d0973eb..cf5e8e4930 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -278,7 +278,7 @@ struct tevent_req *_tevent_req_create(TALLOC_CTX *mem_ctx,
_tevent_req_create((_mem_ctx), (_pstate), sizeof(_type), \
#_type, __location__)
-bool tevent_req_set_timeout(struct tevent_req *req,
+bool tevent_req_set_endtime(struct tevent_req *req,
struct tevent_context *ev,
struct timeval endtime);