s4:lib/tevent: rename structs
[bbaumbach/samba-autobuild/.git] / source4 / libcli / wrepl / winsrepl.h
index f33e63119d574b5a6a1affe557d7f9e96f20c09f..532496d387c5e3c7be6e6091c1332a145ca791b2 100644 (file)
@@ -30,8 +30,8 @@ struct wrepl_socket {
        struct packet_context *packet;
 
        struct {
-               struct event_context *ctx;
-               struct fd_event *fde;
+               struct tevent_context *ctx;
+               struct tevent_fd *fde;
        } event;
 
        /* a queue of replies waiting to be received */
@@ -76,7 +76,7 @@ struct wrepl_request {
        bool trigger;
        NTSTATUS status;
 
-       struct timed_event *te;
+       struct tevent_timer *te;
 
        struct wrepl_packet *packet;