diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2024-10-01 14:54:37 +1300 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2024-10-01 14:54:37 +1300 |
| commit | 915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5 (patch) | |
| tree | 0d7a7569ab5fc30c90d5df91a54d312c764cf328 /IPC.h | |
| parent | f998705c5a0e50021875a811537962083b73ed26 (diff) | |
| download | YATwm-915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5.tar.gz YATwm-915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5.zip | |
Restructure
Diffstat (limited to 'IPC.h')
| -rw-r--r-- | IPC.h | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -1,26 +0,0 @@ -#pragma once - -#include <sys/socket.h> -#include <sys/un.h> - -#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; -}; |
