19 lines
433 B
C++
19 lines
433 B
C++
//automatically generated from Ping.proto at Thu Dec 11 16:09:41 CET 2014
|
|
//(c) 2014. See LICENSE file for details.
|
|
|
|
#ifndef PINGSERVICECONSTANTS_H_
|
|
#define PINGSERVICECONSTANTS_H_
|
|
#include <stdint.h>
|
|
|
|
namespace xtreemfs {
|
|
namespace pbrpc {
|
|
|
|
const uint32_t INTERFACE_ID_PING = 1;
|
|
const uint32_t PROC_ID_DOPING = 1;
|
|
const uint32_t PROC_ID_EMPTYPING = 2;
|
|
|
|
} // namespace pbrpc
|
|
} // namespace xtreemfs
|
|
|
|
#endif // PINGSERVICECLIENT_H_
|