Go to the documentation of this file.
24 #include "aerospike/aerospike.h"
25 #include "aerospike/as_record.h"
28 typedef struct arguments_t {
33 const char*
namespace;
53 typedef struct clientdata_t {
55 const char*
namespace;
102 #define blog(_fmt, _args...) { printf(_fmt, ## _args); }
103 #define blog_info(_fmt, _args...) { blog_detail(AS_LOG_LEVEL_INFO, _fmt, ## _args); }
104 #define blog_error(_fmt, _args...) { blog_detail(AS_LOG_LEVEL_ERROR, _fmt, ## _args); }