Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
unix-domain-socket.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
lix/libutil/file-descriptor.hh
"
5
#include "
lix/libutil/types.hh
"
6
7
#include <unistd.h>
8
9
namespace
nix {
10
14
AutoCloseFD createUnixDomainSocket();
15
19
AutoCloseFD createUnixDomainSocket(
const
Path & path, mode_t mode);
20
24
void
bind(
int
fd,
const
std::string & path);
25
29
void
connect(
int
fd,
const
std::string & path);
30
31
}
file-descriptor.hh
types.hh
lix
libutil
unix-domain-socket.hh
Generated by
1.10.0