minor code refactoring after awesome first version

This commit is contained in:
Igor Socec 2014-03-18 18:14:58 +01:00
parent 0176443560
commit c312659292
4 changed files with 24 additions and 26 deletions

2
tty.c
View file

@ -1,5 +1,5 @@
#include "moxerver.h"
#include <string.h>
#define TTY_THREAD_TIMEOUT_SEC 30
#define TTY_WAIT_TIMEOUT 5 /* seconds for select() timeout in server loop */
#define NAME "tty"