mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Moved session/ into backend/
This commit is contained in:
parent
ae4478e17f
commit
2ae5cd6539
7 changed files with 0 additions and 0 deletions
12
include/backend/session/direct-ipc.h
Normal file
12
include/backend/session/direct-ipc.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef SESSION_DIRECT_IPC
|
||||
#define SESSION_DIRECT_IPC
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
int direct_ipc_open(int sock, const char *path);
|
||||
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);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue