Files
rtorrent/src/globals.h
T
2025-05-02 18:03:51 +09:00

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