summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmb_thread_impl.c
Commit message (Collapse)AuthorAgeFilesLines
* Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2009-05-101-0/+127
- This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell