unixmessage.html (1312B)
1 <html> 2 <head> 3 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <meta http-equiv="Content-Language" content="en" /> 6 <title>skalibs: the unixmessage library interface</title> 7 <meta name="Description" content="skalibs: the unixmessage library interface" /> 8 <meta name="Keywords" content="skalibs c unixmessage library libunixonacid" /> 9 <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> 10 </head> 11 <body> 12 13 <p> 14 <a href="index.html">libunixonacid</a><br /> 15 <a href="../libskarnet.html">libskarnet</a><br /> 16 <a href="../index.html">skalibs</a><br /> 17 <a href="//skarnet.org/software/">Software</a><br /> 18 <a href="//skarnet.org/">skarnet.org</a> 19 </p> 20 21 <h1> The <tt>unixmessage</tt> library interface </h1> 22 23 <p> 24 The following functions are declared in the <tt>skalibs/unixmessage.h</tt> header, 25 and implemented in the <tt>libskarnet.a</tt> or <tt>libskarnet.so</tt> library. 26 </p> 27 28 <h2> General information </h2> 29 30 <p> 31 <tt>unixmessage</tt> implements message transmission over Unix domain sockets. 32 Messages are made of standard untyped data (strings), but can also include file 33 descriptors using fd-passing. 34 </p> 35 36 <p> 37 FIXME: To be completed. 38 </p> 39 40 </body> 41 </html>