cfad47cfa3/src/frobappctx.cc

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
/* This file implements the appctx callbacks declared in frobappctx.h.
2
 */
3
#include "common.h"
4
5
#include "frobappctx.h"
6
#include "frobtadsapp.h"
7
8
int
9
getIoSafetyLevel( void* )
10
{
11
	return globalApp->options.safetyLevel;
12
}