ntpd: add -w "watch" option, useful for debugging to look at our own data
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jan 2010 23:19:13 +0000 (00:19 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jan 2010 23:19:13 +0000 (00:19 +0100)
commit4168fdd8e6f5ad4d41a30a2350dbd635cc0fa6e1
tree43c1ae5aa9fd90f8500319d01a98a87cad4b3fa1
parentd6459685c1a93785d0bdf94e16834a6d4c54842f
ntpd: add -w "watch" option, useful for debugging to look at our own data

Also fixed a small buglet discovered using -w

function                                             old     new   delta
recv_and_process_peer_pkt                            895     944     +49
select_and_cluster                                  1132    1150     +18
packed_usage                                       26769   26767      -2

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h
networking/ntpd.c