[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1002-g2ff80f0

Jeremy Allison jra at samba.org
Fri Apr 10 21:46:41 GMT 2009


The branch, master has been updated
       via  2ff80f0d761680f3732a46c2672bcef041a7c367 (commit)
      from  971c30a4fc3fa0e6f812234201fdb883fccffee7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2ff80f0d761680f3732a46c2672bcef041a7c367
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Apr 10 14:45:45 2009 -0700

    Link in the threads functions, not yet used.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in        |    3 ++-
 source3/include/includes.h |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 80ebf0c..bd09be9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -353,7 +353,8 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \
 		   ../lib/util/params.o ../lib/util/talloc_stack.o \
 		   ../lib/util/genrand.o ../lib/util/util_net.o \
 		   ../lib/util/become_daemon.o ../lib/util/system.o \
-		   ../lib/util/tevent_unix.o ../lib/util/tevent_ntstatus.o
+		   ../lib/util/tevent_unix.o ../lib/util/tevent_ntstatus.o \
+		   ../lib/util/smb_threads.o
 
 CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \
 			 ../lib/crypto/hmacmd5.o ../lib/crypto/arcfour.o \
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 433818d..10319b7 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -650,6 +650,8 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 #include "../lib/async_req/async_sock.h"
 #include "services.h"
 #include "eventlog.h"
+#include "../lib/util/smb_threads.h"
+#include "../lib/util/smb_threads_internal.h"
 
 #include "lib/smbconf/smbconf.h"
 #include "lib/smbconf/smbconf_init.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list