]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update handle_sync definition, remove handle_delay_resp definition -- not implemented.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 31 Jul 2022 11:32:24 +0000 (12:32 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 31 Jul 2022 11:32:24 +0000 (12:32 +0100)
nqptp-message-handlers.h

index c89b359bc51e284f55471d4c43b02b6ceab74de1..72a4cda076cd5a1bdef8a131cdb4c437dbf888e6 100644 (file)
@@ -28,14 +28,11 @@ void handle_announce(char *buf, ssize_t recv_len, clock_source_private_data *clo
                      uint64_t reception_time);
 
 void handle_sync(char *buf, ssize_t recv_len, clock_source_private_data *clock_private_info,
-                 uint64_t reception_time, SOCKADDR *from_sock_addr, int socket_number);
+                      uint64_t reception_time);
 
 void handle_follow_up(char *buf, ssize_t recv_len, clock_source_private_data *clock_private_info,
                       uint64_t reception_time);
 
-void handle_delay_resp(char *buf, ssize_t recv_len, clock_source_private_data *clock_private_info,
-                       uint64_t reception_time);
-
 void handle_control_port_messages(char *buf, ssize_t recv_len,
                                   clock_source_private_data *clock_private_info);