runtime_env
static struct runtime_env *
struct runtime_env *retval;
destroy_runtime_env(struct runtime_env *env)
accept_connection(struct kevent *event_data, struct runtime_env *env,
process_socket_event(struct kevent *event_data, struct runtime_env *env,
process_timer_event(struct kevent *event_data, struct runtime_env *env,
processing_loop(cache the_cache, struct runtime_env *env,
struct runtime_env *the_runtime_env;
static void accept_connection(struct kevent *, struct runtime_env *,
static void destroy_runtime_env(struct runtime_env *);
static struct runtime_env *init_runtime_env(struct configuration *);
static void processing_loop(cache, struct runtime_env *,
static void process_socket_event(struct kevent *, struct runtime_env *,
static void process_timer_event(struct kevent *, struct runtime_env *,
struct runtime_env *s_runtime_env = NULL;
extern struct runtime_env *s_runtime_env;