14 lines
403 B
C
14 lines
403 B
C
#pragma once
|
|
#include <MESA/field_stat2.h>
|
|
#include <event2/event.h>
|
|
|
|
struct tfe_proxy;
|
|
|
|
const char * tfe_proxy_default_conffile();
|
|
const char * tfe_proxy_default_logger();
|
|
unsigned int tfe_proxy_get_work_thread_count();
|
|
struct event_base * tfe_proxy_get_work_thread_evbase(unsigned int thread_id);
|
|
struct event_base * tfe_proxy_get_gc_evbase(void);
|
|
screen_stat_handle_t tfe_proxy_get_fs_handle(void);
|
|
|