s4:lib/tevent: rename structs
[garming/samba-autobuild/.git] / source4 / rpc_server / echo / rpc_echo.c
index f188ef0a0d7ffedbb9c547def4806264ebc93a44..7bb117477c304123f50448793955dc0e168750d3 100644 (file)
@@ -156,7 +156,7 @@ struct echo_TestSleep_private {
        struct echo_TestSleep *r;
 };
 
-static void echo_TestSleep_handler(struct event_context *ev, struct timed_event *te, 
+static void echo_TestSleep_handler(struct tevent_context *ev, struct tevent_timer *te, 
                                   struct timeval t, void *private)
 {
        struct echo_TestSleep_private *p = talloc_get_type(private,