Fabcoin Core  0.16.2
P2P Digital Currency
Functions | Variables
UnixSocketServer.cpp File Reference
#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>
Include dependency graph for UnixSocketServer.cpp:

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])
 

Detailed Description

Authors
: Arkadiy Paronyan arkad.nosp@m.iy@e.nosp@m.thdev.nosp@m..com
Date
2015

Definition in file UnixSocketServer.cpp.

Function Documentation

string ipcSocketPath ( )

Definition at line 48 of file UnixSocketServer.cpp.

Here is the call graph for this function:

Variable Documentation

int const c_pathMaxSize = sizeof(sockaddr_un::sun_path)/sizeof(sockaddr_un::sun_path[0])

Definition at line 46 of file UnixSocketServer.cpp.