scst_user, fileio: Fix 2perf build

See also trunk r6579.

Reported-by: Alexey Mochkin <alukardd@alukardd.org>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6660 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-11-10 23:32:23 +00:00
parent 9b65d8b809
commit 36a48008e9
2 changed files with 4 additions and 2 deletions

View File

@@ -65,10 +65,11 @@ char *app_name;
# endif
#endif /* DEBUG */
bool log_daemon = false;
unsigned long trace_flag = DEFAULT_LOG_FLAGS;
#endif /* defined(DEBUG) || defined(TRACING) */
bool log_daemon = false;
#define DEF_BLOCK_SHIFT 9
#define THREADS 7

View File

@@ -82,9 +82,10 @@ extern char *app_name;
#define __LOG_PREFIX NULL
#endif
extern bool log_daemon;
#if defined(DEBUG) || defined(TRACING)
extern bool log_daemon;
extern unsigned long trace_flag;
extern int debug_init(void);