Crinit -- Configurable Rootfs Init
|
Header related to the notification and service interface. More...
#include "taskdb.h"
Go to the source code of this file.
Functions | |
int | crinitStartInterfaceServer (crinitTaskDB_t *ctx, const char *sockfile) |
Header related to the notification and service interface.
int crinitStartInterfaceServer | ( | crinitTaskDB_t * | ctx, |
const char * | sockfile | ||
) |
Starts the Notification and Service interface socket server.
Will create the AF_UNIX socket for clients to connect to and spawn a number of worker threads to service incoming connections (see notiserv.c and thrpool.h).
ctx | Pointer to the crinitTaskDB_t which the Server should use for incoming requests. |
sockfile | Path where to create the AF_UNIX socket file. |