On Fri, Aug 27, 2010 at 8:06 AM, Alan Cox <span dir="ltr">&lt;<a href="mailto:alan@lxorguk.ukuu.org.uk">alan@lxorguk.ukuu.org.uk</a>&gt;</span> wrote<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
&gt; &gt; system time bimble track a source makes sense just as with NTP but making<br>
&gt; &gt; it a new clock seems the wrong model extending a non-too-bright API when<br>
&gt; &gt; you can just put the time sources in a file tree.<br>
&gt;<br>
&gt; Don&#39;t get your meaning here, what did you mean by &quot;file tree?&quot;<br>
<br>
</div>Something like<br>
<br>
        /sys/class/timesource/&lt;name&gt;/...<br>
<br>
at which point we don&#39;t have to enumerate them all, add special system<br>
calls and then fret about the fact you can&#39;t access them from things like<br>
shell scripts.<br>
</blockquote><br>
I agree that this interface is the best way to be future proof. This 
appears to allow for multiple &quot;clocks&quot; or nodes, and doesn&#39;t get messed 
up when we add more than one NIC with separate clocks to a machine.<br>