src/ntpd.c: Add unit number to refclock name
authorJohan Kiviniemi <devel@johan.kiviniemi.name>
Thu, 4 Oct 2012 17:56:34 +0000 (20:56 +0300)
committerJohan Kiviniemi <devel@johan.kiviniemi.name>
Thu, 4 Oct 2012 18:21:08 +0000 (21:21 +0300)
commitf2696c0e21e9226d3911457250ef64138900aa2b
treefdf72d9aedbc3723ebb069145d8ae4d58b59b24f
parent2fb1d3a320cba6abe16fe1e1d22ba085c465b6a8
src/ntpd.c: Add unit number to refclock name

There can be multiple instances of the same refclock with different unit
numbers. The unit number needs to be a part of the peer name, otherwise
the code will try to write the measurements from multiple peers to the
same RRD file.
src/ntpd.c