svn commit: samba r20929 - in branches/SAMBA_4_0/source/lib/events: .

tridge at samba.org tridge at samba.org
Sun Jan 21 09:25:24 GMT 2007


Author: tridge
Date: 2007-01-21 09:25:21 +0000 (Sun, 21 Jan 2007)
New Revision: 20929

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20929

Log:

fixed typo

Modified:
   branches/SAMBA_4_0/source/lib/events/events.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events.c	2007-01-21 08:23:14 UTC (rev 20928)
+++ branches/SAMBA_4_0/source/lib/events/events.c	2007-01-21 09:25:21 UTC (rev 20929)
@@ -243,10 +243,10 @@
   add a signal event
   return NULL on failure
 */
-struct timed_event *event_add_signal(struct event_context *ev, TALLOC_CTX *mem_ctx,
-				     int signum,
-				     event_signal_handler_t handler, 
-				     void *private_data)
+struct signal_event *event_add_signal(struct event_context *ev, TALLOC_CTX *mem_ctx,
+				      int signum,
+				      event_signal_handler_t handler, 
+				      void *private_data)
 {
 	return ev->ops->add_signal(ev, mem_ctx, signum, handler, private_data);
 }



More information about the samba-cvs mailing list