![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "UnixSocketServer.h"#include <cstdlib>#include <sys/socket.h>#include <cstdio>#include <fcntl.h>#include <unistd.h>#include <string>#include <libdevcore/Guards.h>#include <libdevcore/FileSystem.h>Go to the source code of this file.
Functions | |
| string | ipcSocketPath () |
Variables | |
| int const | c_pathMaxSize = sizeof(sockaddr_un::sun_path)/sizeof(sockaddr_un::sun_path[0]) |
Definition in file UnixSocketServer.cpp.
| string ipcSocketPath | ( | ) |
| int const c_pathMaxSize = sizeof(sockaddr_un::sun_path)/sizeof(sockaddr_un::sun_path[0]) |
Definition at line 46 of file UnixSocketServer.cpp.
1.8.11