Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuebler committed Nov 24, 2023
1 parent 543b696 commit 1b353ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/globals.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef F_GLOBALS_C
#define F_GLOBALS_C

#include "io.h"
#include "p2p.h"
#include "ethernet.h"

struct s_io_state iostate;
struct s_p2psec * g_p2psec;
int g_mainloop;
Expand All @@ -32,3 +39,5 @@ int g_enableeth;
int g_enablendpcache;
int g_enablevirtserv;
int g_enableengines;

#endif

0 comments on commit 1b353ee

Please sign in to comment.