1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

tevent_tutorial: Fix tevent_thread referencing

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Sep 16 05:16:02 CEST 2016 on sn-devel-144
This commit is contained in:
Volker Lendecke 2016-09-11 09:28:35 +02:00 committed by Jeremy Allison
parent 60fe6e9fab
commit def65c507b

View File

@ -1,7 +1,7 @@
/**
@page tevent_context Chapter 6: Tevent with threads
@page tevent_thread Chapter 6: Tevent with threads
@section context Tevent with threads
@section threads Tevent with threads
In order to use tevent with threads, you must first understand
how to use the talloc library in threaded programs. For more