s3: tidyup - move struct idle_event to util_event.h
authorJeremy Allison <jra@samba.org>
Mon, 26 Sep 2016 18:29:42 +0000 (11:29 -0700)
committerVolker Lendecke <vl@samba.org>
Tue, 27 Sep 2016 05:55:02 +0000 (07:55 +0200)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Sep 27 07:55:02 CEST 2016 on sn-devel-144

source3/include/smb.h
source3/include/util_event.h

index 0af3b6132abfa5a4efba8862826516a9df10202e..75fcb023e28cd07e00c11a383378b857f2ebd8eb 100644 (file)
 
 #include "librpc/gen_ndr/security.h"
 
-struct idle_event;
 struct share_mode_entry;
 struct uuid;
 struct named_mutex;
index df608a193f912968360e81d0609f0531c46be7a3..f29bb0a9ed41078b92bb30717f4300a5bd5878d1 100644 (file)
@@ -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,