s3:lib: s/struct fd_event/struct tevent_fd
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 09:24:12 +0000 (10:24 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:48:00 +0000 (23:48 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/ctdbd_conn.c
source3/lib/fncall.c

index bae70c6fb5f5318ec270d0fec8888aefadecafcf..e1ca3ce4e9d4478860e971437f62c2717374f72d 100644 (file)
@@ -57,7 +57,7 @@ struct ctdbd_connection {
        uint32_t our_vnn;
        uint64_t rand_srvid;
        struct ctdb_packet_context *pkt;
-       struct fd_event *fde;
+       struct tevent_fd *fde;
 
        void (*release_ip_handler)(const char *ip_addr, void *private_data);
        void *release_ip_priv;
@@ -686,7 +686,7 @@ static NTSTATUS ctdb_handle_message(uint8_t *buf, size_t length,
  */
 
 static void ctdbd_socket_handler(struct tevent_context *event_ctx,
-                                struct fd_event *event,
+                                struct tevent_fd *event,
                                 uint16 flags,
                                 void *private_data)
 {
index e40fd8343dd1943505ec1baa6e0dfc9c06236e8d..fb3d5c9887ce27678fae9921971a0b023aa416ed 100644 (file)
@@ -40,7 +40,7 @@ struct fncall_context {
        struct fncall_state **orphaned;
        int num_orphaned;
 
-       struct fd_event *fde;
+       struct tevent_fd *fde;
 };
 
 static void fncall_handler(struct tevent_context *ev, struct tevent_fd *fde,