X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.c;h=3de38542100412ce9f49a26a5858bc38841ced7c;hb=94cd1cbfb3fe6d0c446be9151ae9b15f775b6511;hp=bab1cd974f9e303826b610ec0b8d3212307490ab;hpb=34418e51585216006d5b241fc9104dc4b88d1be0;p=m6w6%2Flibmemcached diff --git a/example/interface_v1.c b/example/interface_v1.c index bab1cd97..3de38542 100644 --- a/example/interface_v1.c +++ b/example/interface_v1.c @@ -8,6 +8,7 @@ * you will not receive the next command before a answer to the previous * command is being sent. */ +#include "config.h" #include #include #include @@ -391,7 +392,7 @@ static protocol_binary_response_status version_handler(const void *cookie, return response_handler(cookie, version, (uint32_t)strlen(version)); } -struct memcached_binary_protocol_callback_st interface_v1_impl= { +memcached_binary_protocol_callback_st interface_v1_impl= { .interface_version= 1, .interface.v1= { .add= add_handler,