This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.
from 50c2d4e Merge pull request #3 from jonnxu/jonnxu-patch-readme
add d061bd6 initailized sigaction
add 4dc5374 Support C99 and Add C Samples
add 239db48 Support C99 and Add C Samples
add 2708df6 Add C Samples
new 7be5683 Merge pull request #4 from ShannonDing/master
The 1 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:
CMakeLists.txt | 2 +-
example/CMakeLists.txt | 2 +-
example/Producer.c | 65 ++++++++++++++++++++++++++++++++++
example/PushConsumeMessage.c | 59 ++++++++++++++++++++++++++++++
include/CCommon.h | 4 +--
include/CMessage.h | 2 +-
include/CMessageExt.h | 2 +-
include/CProducer.h | 2 +-
include/CPullConsumer.h | 2 +-
include/CPushConsumer.h | 4 +--
include/CSendResult.h | 2 +-
src/consumer/DefaultMQPullConsumer.cpp | 2 +-
src/consumer/DefaultMQPushConsumer.cpp | 2 +-
src/producer/DefaultMQProducer.cpp | 2 +-
14 files changed, 138 insertions(+), 14 deletions(-)
create mode 100644 example/Producer.c
create mode 100644 example/PushConsumeMessage.c
|