diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-07-20 19:20:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-07-20 19:20:08 +0000 |
commit | 885cd198c0be874147a0e98e106a85abf720a7f1 (patch) | |
tree | 97ab9180887860cc98577628fd19ba4537d7651e /doc | |
parent | d68c3647e69cce6aaf4fd3d94e3eb33e3125b31c (diff) | |
download | skalibs-885cd198c0be874147a0e98e106a85abf720a7f1.tar.xz |
Add ipc_timed_recv
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index fd1a05f..f2a16cc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@ <ul> <li> More support for advanced fd callbacks in <tt>unixmessage_sender</tt> and <tt>unixconnection</tt>. </li> - <li> <tt>ipc_timed_send()</tt>. </li> + <li> <tt>ipc_timed_send()</tt>, <tt>ipc_timed_recv()</tt> </li> </ul> <h2> in 2.3.10.0 </h2> |