This is an automated email from the ASF dual-hosted git repository. astitcher pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
from 83a0b5e50 PROTON-2873: Correctly finalize declared disposition new f3de4e59b PROTON-2898: [C] Introduce pn_proactor_import_socket API new b19fbee7f PROTON-2898: [C} Some examples using pn_proactor_import_socket The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: c/CMakeLists.txt | 1 + c/examples/CMakeLists.txt | 8 +++ c/examples/{direct.c => direct-fd.c} | 115 +++++++++++++++++++++++++++++++---- c/examples/{send.c => send-fd.c} | 115 +++++++++++++++++++++++++++++++---- c/include/proton/proactor_ext.h | 70 +++++++++++++++++++++ c/src/proactor/epoll.c | 30 ++++++++- c/src/proactor/libuv.c | 22 +++++++ c/src/proactor/win_iocp.cpp | 52 ++++++++++++++-- 8 files changed, 381 insertions(+), 32 deletions(-) copy c/examples/{direct.c => direct-fd.c} (77%) copy c/examples/{send.c => send-fd.c} (66%) create mode 100644 c/include/proton/proactor_ext.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org