[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Sep 27 05:56:05 UTC 2016


The branch, master has been updated
       via  7e9b6c6 s3: tidyup - move struct idle_event to util_event.h
      from  71937b1 s3/vfs/nfs4_acls: avoid a stat

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


- Log -----------------------------------------------------------------
commit 7e9b6c613b032249b6950d382cfff4ca7ccec8d4
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Sep 26 11:29:42 2016 -0700

    s3: tidyup - move struct idle_event to util_event.h
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Sep 27 07:55:02 CEST 2016 on sn-devel-144

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

Summary of changes:
 source3/include/smb.h        | 1 -
 source3/include/util_event.h | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/smb.h b/source3/include/smb.h
index 0af3b61..75fcb02 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -120,7 +120,6 @@
 
 #include "librpc/gen_ndr/security.h"
 
-struct idle_event;
 struct share_mode_entry;
 struct uuid;
 struct named_mutex;
diff --git a/source3/include/util_event.h b/source3/include/util_event.h
index df608a1..f29bb0a 100644
--- a/source3/include/util_event.h
+++ b/source3/include/util_event.h
@@ -19,6 +19,8 @@
 */
 
 /* The following definitions come from lib/util_event.c  */
+struct idle_event;
+
 struct idle_event *event_add_idle(struct tevent_context *event_ctx,
 				  TALLOC_CTX *mem_ctx,
 				  struct timeval interval,


-- 
Samba Shared Repository



More information about the samba-cvs mailing list