masscan-mark-ii/src/main-globals.h

11 lines
174 B
C
Raw Normal View History

2024-02-26 08:35:54 -08:00
#ifndef MAIN_GLOBALS_H
#define MAIN_GLOBALS_H
#include <time.h>
extern unsigned volatile is_tx_done;
extern unsigned volatile is_rx_done;
extern time_t global_now;
#endif