bmsd/lock.h

Thu, 30 May 2019 23:00:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 May 2019 23:00:20 +0200
changeset 384
442d23455ae4
parent 0
033898178630
permissions
-rw-r--r--

The bms daemon now checks if a node went away of no data is received for 10 minutes.

#ifndef	LOCK_H
#define	LOCK_H


int  lockprog(char *);
void ulockprog(char *);

#endif

mercurial