• Alessandro Rubini's avatar
    servo: rename some functions (no technical effect) · dc5a6c4e
    Alessandro Rubini authored
    The servo implementation we brought forward from ptpd was strange
    and difficult to understand. This commit is the first step in trying
    to make some order, but it doesn't actually change anything but names.
    
    The entry points for the servo are now called pp_servo_init(),
    pp_servo_got_sync() and pp_servo_got_resp().  A two-step protocol
    calls got_sync after getting the follow-up message.
    
    Also, the hook for response messages is called handle_resp with a
    name similar to the hooks for sync and follow-up.
    
    The servo itself is not changed, but I reordered the functions so
    the calculations appear in the real order in which they happen.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    dc5a6c4e
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
time-bare Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...