00001 00007 #ifndef MESSAGING_IMPL_ZMQ_H_ 00008 #define MESSAGING_IMPL_ZMQ_H_ 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 #include "messaging.h" 00015 #include "messaging/serialization.h" 00016 00023 Messaging * messaging_impl_zmq_instance(void); 00024 00033 void messaging_impl_zmq_init(Serializer *ser); 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00039 #endif /* MESSAGING_IMPL_ZMQ_H_ */