mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 23:06:22 +09:00
Revert "kms: remove unix domain socket and only use socketpair"
This reverts commit 46febed35e.
This commit is contained in:
@@ -9,6 +9,9 @@ typedef struct gsr_kms_client gsr_kms_client;
|
||||
|
||||
struct gsr_kms_client {
|
||||
pid_t kms_server_pid;
|
||||
int initial_socket_fd;
|
||||
int initial_client_fd;
|
||||
char initial_socket_path[PATH_MAX];
|
||||
int socket_pair[2];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user