RetroArch
Classes | Functions | Variables
connection_unix.cpp File Reference
#include "connection.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
Include dependency graph for connection_unix.cpp:

Classes

struct  BaseConnectionUnix
 

Functions

int GetProcessId ()
 
static const char * GetTempPath ()
 

Variables

static BaseConnectionUnix Connection
 
static sockaddr_un PipeAddr {}
 
static int MsgFlags = 0
 

Function Documentation

◆ GetProcessId()

int GetProcessId ( )

◆ GetTempPath()

static const char* GetTempPath ( )
static
Here is the caller graph for this function:

Variable Documentation

◆ Connection

BaseConnectionUnix Connection
static

◆ MsgFlags

int MsgFlags = 0
static

◆ PipeAddr

sockaddr_un PipeAddr {}
static