On Tue, Jul 08, 2014 at 05:18:29PM +0000, Keller, Jacob E wrote:
> On Tue, 2014-07-08 at 16:14 +0200, Miroslav Lichvar wrote:
> > @@ -404,7 +385,7 @@ int main(int argc, char *argv[])
> >             return -1;
> >     }
> >  
> > -   while (running) {
> > +   while (is_running()) {
> 
> Is there a reason we no longer use the "is_running()" function and just
> reference the variable directly?

I'm not sure I understand your question. Would you prefer to export
the running variable and use it in other modules directly instead of
the is_running fuction?

-- 
Miroslav Lichvar

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to