[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Jan 10 03:55:02 MST 2012


The branch, master has been updated
       via  a8441f9 s3-aio_pthread: Fix the build
       via  eae9c74 s3-aio_pthread: Make "pd_list" static
      from  354e43c s4:python tests __init__.py - do not depend on "subprocess.check_call()"

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


- Log -----------------------------------------------------------------
commit a8441f933e495a12a6c5717e6203140962439728
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 10 10:12:49 2012 +0100

    s3-aio_pthread: Fix the build
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104

commit eae9c74794994de990b9877247893de21a410b1c
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 10 10:12:49 2012 +0100

    s3-aio_pthread: Make "pd_list" static

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

Summary of changes:
 source3/modules/vfs_aio_pthread.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c
index 78cea8e..82611b0 100644
--- a/source3/modules/vfs_aio_pthread.c
+++ b/source3/modules/vfs_aio_pthread.c
@@ -25,7 +25,7 @@
 #include "system/filesys.h"
 #include "system/shmem.h"
 #include "smbd/smbd.h"
-#include "pthreadpool.h"
+#include "lib/pthreadpool/pthreadpool.h"
 
 struct aio_extra;
 static struct pthreadpool *pool;
@@ -42,7 +42,7 @@ struct aio_private_data {
 };
 
 /* List of outstanding requests we have. */
-struct aio_private_data *pd_list;
+static struct aio_private_data *pd_list;
 
 static void aio_pthread_handle_completion(struct event_context *event_ctx,
 				struct fd_event *event,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list