diff options
author | Volker Lendecke <vl@samba.org> | 2013-07-30 14:37:16 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-08-12 09:17:10 +0200 |
commit | 6a081e991923b7d089be4a5cdb1a351c2e863db1 (patch) | |
tree | 75ffeea86eccbb106069eb91c24ef3d6e93717c7 | |
parent | d672535551e794574d25a3f553011af5fbb7a0a9 (diff) | |
download | samba-6a081e991923b7d089be4a5cdb1a351c2e863db1.tar.gz samba-6a081e991923b7d089be4a5cdb1a351c2e863db1.tar.bz2 samba-6a081e991923b7d089be4a5cdb1a351c2e863db1.zip |
tevent: Fix tutorial reference
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Aug 12 09:17:10 CEST 2013 on sn-devel-104
-rw-r--r-- | lib/tevent/doc/tevent_request.dox | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/tevent/doc/tevent_request.dox b/lib/tevent/doc/tevent_request.dox index 3358cfbca9..7fcfb55e8f 100644 --- a/lib/tevent/doc/tevent_request.dox +++ b/lib/tevent/doc/tevent_request.dox @@ -182,10 +182,8 @@ tevent_wakeup_recv() ) @image html tevent_subrequest.png -Comprehensive example containing features from this chapter is especially by -reason of nested subrequests very long and therefore it is located as an -example on the attached CD. Description and explanation is placed within the -source code itself (subrequest.c) and enclosed file README. The example is -available <a href="subrequest_example.zip">here</a>. +A comprehensive example of nested subrequests can be found in the file +echo_server.c. It implements a complete, self-contained echo server with no +dependencies but libevent and libtalloc. */ |