s4:lib/tevent: rename structs
[kai/samba.git] / source4 / smbd / service_stream.h
index 805c140a8375455e482b1d331c1c2cf786e973db..078887bf145d69bda9bbb2f001e96810e2bb71b5 100644 (file)
@@ -42,8 +42,8 @@ struct stream_connection {
        void *private;
 
        struct {
-               struct event_context *ctx;
-               struct fd_event *fde;
+               struct tevent_context *ctx;
+               struct tevent_fd *fde;
        } event;
 
        struct socket_context *socket;