Skip to content

joseppc/fdserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdserver

fdserver is used by programs to register file descriptors so they can be shared with other processes in the system. The file descriptors are sent to fdserver through ancilliary data to a UNIX domain socket, and can be requested in a similar fashion. See fdserver.h for the list of functions available to applications, and the examples directory.

The initial implementation of fdserver is found in ODP's code, see odp_fdserver.c.

Building

autoreconf --install
./configure
make

Optionally make check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published