RetroArch
|
#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>
Classes | |
struct | BaseConnectionUnix |
Functions | |
int | GetProcessId () |
static const char * | GetTempPath () |
Variables | |
static BaseConnectionUnix | Connection |
static sockaddr_un | PipeAddr {} |
static int | MsgFlags = 0 |
int GetProcessId | ( | ) |
|
static |
|
static |
|
static |
|
static |