22 #ifndef MamaSenderIdH__
23 #define MamaSenderIdH__
27 #if defined(__cplusplus)
70 #if defined(__cplusplus)
MAMAExpDLL void mamaSenderId_setSelf(uint64_t self)
Manually set a sender ID for the process.
MAMAExpDLL void mamaSenderId_getPid(uint64_t senderId, uint16_t *result)
Determine the process id in the buffer provided.
MAMAExpDLL void mamaSenderId_getPid64(uint64_t senderId, uint32_t *result)
MAMAExpDLL void mamaSenderId_getIpAddr(uint64_t senderId, char *buffer, size_t maxLen)
Determine the IP address (as a string) of the sender ID in the buffer provided.
MAMAExpDLL uint64_t mamaSenderId_getSelf(void)
Return a sender ID for possible use when publishing messages.