Don't require external use of internal enum smb_thread_lock_type
authorDerrell Lipman <derrell@dworkin.(none)>
Mon, 11 May 2009 02:27:54 +0000 (22:27 -0400)
committerDerrell Lipman <derrell@dworkin.(none)>
Mon, 11 May 2009 02:45:12 +0000 (22:45 -0400)
commit418a2eeae8912d14e32b0119232b897e78221037
treedd30e682b41876ccc26e0ce0ae93a8cc467fe0c9
parentd3434477e6d42432a0acf426fcfbe39eb11b1fd0
Don't require external use of internal enum smb_thread_lock_type

- Internally, when locking or unlocking a mutex, we'll pass one of the
  values of enum smb_thread_lock_type. That enum is not available to users
  providing a thread implementation. Externally, we'll document the integer
  values which will be passed to their lock_mutex function, but not require
  them to access our internal header file.

Derrell
lib/util/smb_threads.h