X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbehavior.c;h=f1573b608653e86dc0629b4438736130c835fcde;hb=7202efa0916ab09b135ad93083e63ed01c854330;hp=7ca97e3a716cccb85a4deb9308f19fa50ce613e1;hpb=ff452398ec3114d6af77aa5d2d77f53b18d980e3;p=awesomized%2Flibmemcached diff --git a/libmemcached/behavior.c b/libmemcached/behavior.c index 7ca97e3a..f1573b60 100644 --- a/libmemcached/behavior.c +++ b/libmemcached/behavior.c @@ -238,7 +238,7 @@ memcached_return_t memcached_behavior_set(memcached_st *ptr, return MEMCACHED_SUCCESS; } -inline bool _is_auto_eject_host(const memcached_st *ptr) +bool _is_auto_eject_host(const memcached_st *ptr) { return ptr->flags.auto_eject_hosts; }