FIFO Initialization

SER has built-in support for FIFO control. It means that the running server can accept commands over a fifo special file (a named pipe). Function register_core_fifo initializes FIFO subsystem and registers basic commands, that are processed by the core itself. The function can be found in file fifo_server.c.

The FIFO server will be described in another chapter.