X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Fmemcached_light.cc;h=c92e5ea279d7d3bbfd8f6d50e87c5ea9250d3b13;hb=cf55f693c7fc7693afbb4594d97d23795cf7f2a0;hp=e7f952eacee1a1d3633cdfbbdcc0313eb63873f8;hpb=6dab4c45effc85493d9e097d0df3446e202f3e8e;p=m6w6%2Flibmemcached diff --git a/example/memcached_light.cc b/example/memcached_light.cc index e7f952ea..c92e5ea2 100644 --- a/example/memcached_light.cc +++ b/example/memcached_light.cc @@ -9,11 +9,11 @@ * With that in mind, let me give you some pointers into the source: * storage.c/h - Implements the item store for this server and not really * interesting for this example. - * interface_v0.c - Shows an implementation of the memcached server by using + * interface_v0.cc - Shows an implementation of the memcached server by using * the "raw" access to the packets as they arrive - * interface_v1.c - Shows an implementation of the memcached server by using + * interface_v1.cc - Shows an implementation of the memcached server by using * the more "logical" interface. - * memcached_light.c - This file sets up all of the sockets and run the main + * memcached_light.cc- This file sets up all of the sockets and run the main * message loop. * * @@ -23,7 +23,7 @@ * the library) */ -#include "config.h" +#include #include #include