All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aerospike_test.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define MAX_HOST_SIZE 1024
4 extern char g_host[MAX_HOST_SIZE];
#define MAX_HOST_SIZE
Definition: aerospike_test.h:3
char g_host[MAX_HOST_SIZE]