s3:rpc_server: s/struct event_context/struct tevent_context
[vlendec/samba-autobuild/.git] / source3 / rpc_server / srv_pipe_hnd.c
index 0c615bdc3708b1914c8b1c6b9d613bdebfde6122..3f8ff44767b9232e0d762c0a1b0403c1311517d2 100644 (file)
@@ -501,7 +501,7 @@ bool np_read_in_progress(struct fake_file_handle *handle)
 }
 
 struct np_write_state {
-       struct event_context *ev;
+       struct tevent_context *ev;
        struct np_proxy_state *p;
        struct iovec iov;
        ssize_t nwritten;
@@ -509,7 +509,7 @@ struct np_write_state {
 
 static void np_write_done(struct tevent_req *subreq);
 
-struct tevent_req *np_write_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
+struct tevent_req *np_write_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
                                 struct fake_file_handle *handle,
                                 const uint8_t *data, size_t len)
 {
@@ -693,7 +693,7 @@ struct np_read_state {
 
 static void np_read_done(struct tevent_req *subreq);
 
-struct tevent_req *np_read_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
+struct tevent_req *np_read_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
                                struct fake_file_handle *handle,
                                uint8_t *data, size_t len)
 {