summaryrefslogtreecommitdiff
path: root/source4/smbd/process_thread.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 07:18:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:40 -0500
commit6aa6dce3f7c4303d184b3098fbf4619e49a27e45 (patch)
treed028e15ab6a0d2b222ef4e582b9053f451cbb696 /source4/smbd/process_thread.c
parent501379431c7fc6c9a78e74eca43b208184debce6 (diff)
downloadsamba-6aa6dce3f7c4303d184b3098fbf4619e49a27e45.tar.gz
samba-6aa6dce3f7c4303d184b3098fbf4619e49a27e45.tar.bz2
samba-6aa6dce3f7c4303d184b3098fbf4619e49a27e45.zip
r5306: removed all the unused mutex functions from mutex.c. When (if?) we
decide to reinstate the mutex code for the threads process model, I'd like to do it a little differently. At least this gets it out of includes.h for now. (This used to be commit cfee0fb02e10add22b6c436bdfa95d1a8f5f3def)
Diffstat (limited to 'source4/smbd/process_thread.c')
-rw-r--r--source4/smbd/process_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c
index 46758af19e..692cd06724 100644
--- a/source4/smbd/process_thread.c
+++ b/source4/smbd/process_thread.c
@@ -33,6 +33,7 @@
#include "lib/events/events.h"
#include "dlinklist.h"
#include "smb_server/smb_server.h"
+#include "mutex.h"
struct new_conn_state {
struct event_context *ev;