From c9c7e241a7b68f67e0cc8a7d3874510dced532d6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 18 Jan 2016 23:56:21 +0000 Subject: Add support for advanced closing callbacks to unixmessage_sender_flush. (Typically, this will be used for refcounting when broadcasting copies of the same fd.) --- doc/index.html | 2 +- doc/license.html | 2 +- doc/upgrade.html | 6 ++++++ package/deps.mak | 4 +++- package/info | 2 +- src/include/skalibs/unixmessage.h | 10 +++++++++- src/libunixonacid/unixmessage_sender_closecb.c | 10 ++++++++++ src/libunixonacid/unixmessage_sender_flush.c | 4 ++-- src/libunixonacid/unixmessage_sender_init.c | 9 +-------- src/libunixonacid/unixmessage_sender_init_withclosecb.c | 17 +++++++++++++++++ 10 files changed, 51 insertions(+), 15 deletions(-) create mode 100644 src/libunixonacid/unixmessage_sender_closecb.c create mode 100644 src/libunixonacid/unixmessage_sender_init_withclosecb.c diff --git a/doc/index.html b/doc/index.html index 3606019..c9f4126 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download

diff --git a/doc/license.html b/doc/license.html index 55522d4..149b0c3 100644 --- a/doc/license.html +++ b/doc/license.html @@ -74,7 +74,7 @@ color, or different text font.

I am aware that the previous restrictions sound completely ridiculous while the official skalibs documentation is incomplete. -As of 2.3.9.0, I'm not going to enforce those restrictions, but if you're +As of 2.3.10.0, I'm not going to enforce those restrictions, but if you're going to provide documentation for skalibs, don't keep it to yourself, please send it to me instead. :-)

diff --git a/doc/upgrade.html b/doc/upgrade.html index d67960f..e51e247 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

What has changed in skalibs

+

in 2.3.10.0

+ + +

in 2.3.9.0