On Fri, Jun 12, 2015 at 2:11 PM, Jeff Trawick <[email protected]> wrote: > > IMHO the ap_retained_data_get/create APIs make this "nicer" than this older > pattern.
Ah yes, good catch, I just did not think about it.
>
> retained = ap_retained_data_get(userdata_key);
> if (!retained) {
> retained = ap_retained_data_create(userdata_key, sizeof(*retained))
Will change to use that instead in a follow up.
Unless the warning should be removed completely...
