tevent: Fixed tevent_wakeup_send code example.
authorAndreas Schneider <asn@samba.org>
Tue, 8 Mar 2011 16:04:44 +0000 (17:04 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 9 Mar 2011 08:28:27 +0000 (09:28 +0100)
lib/tevent/tevent.h

index d67e2b0f20d04d61ae01c4060fd74099ab9313a3..665c491ebb32db07e536a4d1c3359bff2b5562df 100644 (file)
@@ -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);