Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/lib/talloc/doc
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/talloc/doc/mainpage.dox

    r740 r988  
    1111 * on the samba public source archive.
    1212 *
     13 * @section main-tutorial Tutorial
     14 *
     15 * You should start by reading @subpage libtalloc_tutorial, then reading the documentation of
     16 * the interesting functions as you go.
     17
    1318 * @section talloc_bugs Discussion and bug reports
    1419 *
     
    98103 *     context implicitly refers to a hidden "null context" global variable, so
    99104 *     this should not be used in a multi-threaded environment without proper
    100  *     synchronization.
     105 *     synchronization. In threaded code turn off null tracking using
     106 *     talloc_disable_null_tracking().
    101107 *   - the context returned by talloc_autofree_context() is also global so
    102108 *     shouldn't be used by several threads simultaneously without
Note: See TracChangeset for help on using the changeset viewer.