safer sessionsaving

This commit is contained in:
joonicks
2018-12-12 14:30:01 +01:00
parent a882fe9b6e
commit 1a72d7c537
5 changed files with 23 additions and 5 deletions

View File

@@ -30,6 +30,16 @@
#define LS /* nothing */
#endif /* LIBRARY */
/*
* startup ==
*/
#define STARTUP_RUNNING 0
#define STARTUP_ECHOTOCONSOLE (startup > 1 && startup < 1000)
#define STARTUP_COMMANDANDEXIT 3
#define STARTUP_TESTRUN 6
#define STARTUP_NORMALSTART 1000
#define STARTUP_SIGSEGV 31337
/*
* Channel Crap
*/