hubo / hubo-ach

Low level controller for the Hubo 2 and Hubo 2+ platforms designed by Daniel M. Lofaro. The system is based on the IPC called ACH by Neil Dantam and Mike Stilman.
Other
5 stars 18 forks source link

Use lockf() for lock files #51

Open ndantam opened 10 years ago

ndantam commented 10 years ago

Using lockf() would have the advantage of automatically releasing the lock when the process exits. This is probably the desired behavior.