Nix
2.93.3
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
}
nix::AutoCloseFD
Definition
file-descriptor.hh:51
file-descriptor.hh
types.hh
nix::Path
std::string Path
Definition
types.hh:28
lix
libutil
unix-domain-socket.hh
Generated by
1.15.0