[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Fri Jun 15 08:26:03 MDT 2012


The branch, master has been updated
       via  d7b0e9a s3-lib: Fix conversion of lib/events.c to modern tevent names
      from  1d9ff7d dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring

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


- Log -----------------------------------------------------------------
commit d7b0e9a42a424de4b0409d3c55834e6118342f3b
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Jun 15 21:52:35 2012 +1000

    s3-lib: Fix conversion of lib/events.c to modern tevent names
    
    This corrects an error in 8e31d97c8b62d34aff5d52bfe46dbcc5805dae03.
    
    Andrew Bartlett
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Fri Jun 15 16:25:20 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/events.c b/source3/lib/events.c
index 64ea3ad..72fd40e 100644
--- a/source3/lib/events.c
+++ b/source3/lib/events.c
@@ -456,7 +456,7 @@ struct tevent_context *s3_tevent_context_init(TALLOC_CTX *mem_ctx)
 }
 
 struct idle_event {
-	struct timed_event *te;
+	struct tevent_timer *te;
 	struct timeval interval;
 	char *name;
 	bool (*handler)(const struct timeval *now, void *private_data);
@@ -464,7 +464,7 @@ struct idle_event {
 };
 
 static void smbd_idle_event_handler(struct tevent_context *ctx,
-				    struct timer_event *te,
+				    struct tevent_timer *te,
 				    struct timeval now,
 				    void *private_data)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list