summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_thread_impl.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-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