Go to the documentation of this file.
25 #include <aerospike/as_error.h>
26 #include <aerospike/as_policy.h>
36 #define AS_CONFIG_LUA_SYSTEM_PATH "/opt/aerospike/client/sys/udf/lua"
41 #define AS_CONFIG_LUA_USER_PATH "/opt/aerospike/client/usr/udf/lua"
48 #define AS_CONFIG_LUA_SYSTEM_PATH "/usr/local/aerospike/client/sys/udf/lua"
53 #define AS_CONFIG_LUA_USER_PATH "/usr/local/aerospike/client/usr/udf/lua"
59 #define AS_CONFIG_PATH_MAX_SIZE 256
64 #define AS_CONFIG_PATH_MAX_LEN (AS_CONFIG_PATH_MAX_SIZE - 1)
69 #define AS_CONFIG_HOSTS_SIZE 256
80 typedef struct as_config_host_s {
100 typedef struct as_config_lua_s {
225 typedef struct as_config_s {