1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

initialize and start log properly

This commit is contained in:
Steffen Vogel 2017-04-15 18:14:09 +02:00
parent b23000e2a8
commit 770eda23fc

View file

@ -38,6 +38,11 @@ void quit(int sig)
int main(int argc, char* argv[])
{
struct log log;
log_init(&log, V, LOG_ALL);
log_start(&log);
int readcnt, writecnt, avail;
if (argc != 2) {