X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fsrc%2Fves-messages%2Fheartbeat.h;fp=ntsimulator%2Fsrc%2Fves-messages%2Fheartbeat.h;h=570e0dc3ea153b2657b00c3d8afb3ce512479898;hb=29ce368a8b49cb41f3a1640581ff9958ea50ad8c;hp=0000000000000000000000000000000000000000;hpb=1d6c03fcfde03df735f82913ea795a75cd3068d9;p=sim%2Fo1-interface.git diff --git a/ntsimulator/src/ves-messages/heartbeat.h b/ntsimulator/src/ves-messages/heartbeat.h new file mode 100644 index 0000000..570e0dc --- /dev/null +++ b/ntsimulator/src/ves-messages/heartbeat.h @@ -0,0 +1,31 @@ +/* + * heartbeat.h + * + * Created on: Oct 24, 2019 + * Author: parallels + */ + +#ifndef SRC_VES_MESSAGES_HEARTBEAT_H_ +#define SRC_VES_MESSAGES_HEARTBEAT_H_ + +#include +#include +#include +#include +#include + +#define CURL_MEM_SIZE 2048 + +/** + * cURL utilities +*/ + +struct MemoryStruct { + char *memory; + size_t size; +}; + +int _init_curl(void); +int cleanup_curl(void); + +#endif /* SRC_VES_MESSAGES_HEARTBEAT_H_ */