From 915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 1 Oct 2024 14:54:37 +1300 Subject: Restructure --- IPC.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 IPC.h (limited to 'IPC.h') diff --git a/IPC.h b/IPC.h deleted file mode 100644 index 89e67e5..0000000 --- a/IPC.h +++ /dev/null @@ -1,26 +0,0 @@ -#pragma once - -#include -#include - -#include "commands.h" -#include "config.h" -#include "util.h" - -class IPCModule -{ -public: - IPCModule(CommandsModule& commandsModule, Config& cfg, Globals& globals); - void init(); - void doListen(); - void quitIPC(); - int getFD(); -private: - CommandsModule& commandsModule; - Config& cfg; - Globals& globals; - int sockfd; - int len; - bool first = true; - sockaddr_un address; -}; -- cgit v1.2.3