MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~MessageClient

Method ~MessageClient

LibLemon/src/ipc/interfaceuds.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 MessageClient::~MessageClient(){
21 close(sock.fd);
22 }
23
24 MessageServer::MessageServer(sockaddr_un& address, socklen_t len){
25 sock.fd = socket(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected