|
howm
howm
|
howm More...
Go to the source code of this file.
Functions | |
| void | ipc_cleanup (void) |
| Delete the UNIX socket file. More... | |
| int | ipc_init (void) |
| Open a socket and return it. More... | |
| int | ipc_process (char *msg, int len) |
| Process a message depending on its type - a config message or a function call message. More... | |
howm
| enum arg_types |
| enum ipc_errs |
| void ipc_cleanup | ( | void | ) |
Delete the UNIX socket file.
| int ipc_init | ( | void | ) |
Open a socket and return it.
If a socket path is defined in the env variable defined as ENV_SOCK_VAR then use that - else use DEF_SOCK_PATH.
| int ipc_process | ( | char * | msg, |
| int | len | ||
| ) |
Process a message depending on its type - a config message or a function call message.
| msg | A buffer containing the message sent by cottage. |
| len | The length of the message. |