Stop remembering the drm fd in child.

This commit is contained in:
Scott Anderson 2017-07-09 22:23:54 +12:00
parent 2f2c8205d8
commit 3779ef802d
3 changed files with 15 additions and 21 deletions

View file

@ -4,8 +4,8 @@
#include <sys/types.h>
int direct_ipc_open(int sock, const char *path);
void direct_ipc_setmaster(int sock);
void direct_ipc_dropmaster(int sock);
void direct_ipc_setmaster(int sock, int fd);
void direct_ipc_dropmaster(int sock, int fd);
void direct_ipc_finish(int sock, pid_t pid);
int direct_ipc_start(pid_t *pid_out);