diff options
author | Andreas Schneider <asn@samba.org> | 2011-03-08 17:04:44 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-03-09 09:28:27 +0100 |
commit | d4867ef8389a3767bba66d76511da496cb8c5495 (patch) | |
tree | e9019942b3a2d49c0902014ca710e06eb97c70e1 /lib | |
parent | 9728b5a0d5a5c09615a09a97bf217bcacb773579 (diff) | |
download | samba-d4867ef8389a3767bba66d76511da496cb8c5495.tar.gz samba-d4867ef8389a3767bba66d76511da496cb8c5495.tar.bz2 samba-d4867ef8389a3767bba66d76511da496cb8c5495.zip |
tevent: Fixed tevent_wakeup_send code example.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index d67e2b0f20..665c491ebb 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1130,7 +1130,7 @@ void tevent_req_received(struct tevent_req *req); * * Example: * @code - * static my_callback_wakeup_done(tevent_req *req) + * static void my_callback_wakeup_done(tevent_req *subreq) * { * struct tevent_req *req = tevent_req_callback_data(subreq, * struct tevent_req); |