bmsd/futil.h

Sun, 15 Dec 2019 16:49:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 15 Dec 2019 16:49:29 +0100
changeset 573
c4c891d5c4f8
parent 0
033898178630
permissions
-rw-r--r--

Fix a small bug in mon_nodes view. More relaxed check nodes timeout, now 5 seconds instead of 0,1 second.

#ifndef	FUTIL_H
#define	FUTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
int  file_size(char *);

#endif

mercurial