You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2018/11/13 03:33:26 UTC

[rocketmq-client-cpp] 01/01: Merge pull request #4 from ShannonDing/master

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git

commit 7be5683c950ce197fd976877171516bc12ebd563
Merge: 50c2d4e 2708df6
Author: duheng <39...@users.noreply.github.com>
AuthorDate: Tue Nov 13 11:33:21 2018 +0800

    Merge pull request #4 from ShannonDing/master
    
    Add C Samples and Initialize Sigaction

 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(-)