[asterisk-dev] [Code Review] memcached utilities for asterisk dialplans

Radu M radu at socal.rr.com
Mon Mar 28 12:59:00 CDT 2011


i used libmemcached-0.46 from 
https://launchpad.net/libmemcached/+download for my testing, i see now 
it's up to version 0.48. as far as i remember, memcached_return_t is a 
typedef'ed integer, not a function. and in fact in the version that i 
have, there is a

typedef memcached_return_t memcached_return;

so you should be safe with your assumption :)

R

On 3/28/11 9:07 AM, sysreq wrote:
> This is an automatically generated e-mail. To reply, visit: 
> https://reviewboard.asterisk.org/r/1139/
>
>
> Which version of libmemcached are you using? I'm using 0.31-1 (latest version from the Ubuntu 10.04.2), and the 'memcached_return_t' function doesn't seem to exist; 'memcached_return' does, though, and I've been able to compile by using that function instead.
>
> - sysreq
>
>
> On March 15th, 2011, 11:56 a.m., drivefast wrote:
>
> Review request for Asterisk Developers.
> By drivefast.
>
> /Updated 2011-03-15 11:56:21/
>
>
>   Description
>
> memcached utilities for asterisk dialplans
>
>
>   Testing
>
> dialplan that touches all the functions and apps
>
>
>   Diffs
>
>     * /trunk/build_tools/menuselect-deps.in (310878)
>     * /trunk/configs/memcached.conf.sample (PRE-CREATION)
>     * /trunk/configure.ac (310878)
>     * /trunk/makeopts.in (310878)
>     * /trunk/res/res_memcached.c (PRE-CREATION)
>
> View Diff <https://reviewboard.asterisk.org/r/1139/diff/>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>     http://lists.digium.com/mailman/listinfo/asterisk-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110328/e1271c71/attachment.htm>


More information about the asterisk-dev mailing list