mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 02:32:32 +00:00
15 lines
249 B
C++
15 lines
249 B
C++
#ifndef TORRENT_GLOBALS_H
|
|
#define TORRENT_GLOBALS_H
|
|
|
|
#include "thread_worker.h"
|
|
#include "rpc/ip_table_list.h"
|
|
|
|
class Control;
|
|
|
|
extern rpc::ip_table_list ip_tables;
|
|
|
|
extern Control* control;
|
|
extern ThreadWorker* worker_thread;
|
|
|
|
#endif
|