Eo callbacks: Improve memory footprint of callbacks.
authorTom Hacohen <tom@stosb.com>
Thu, 11 Apr 2013 14:06:59 +0000 (15:06 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 11 Apr 2013 14:07:07 +0000 (15:07 +0100)
commitc226a11bfea3e2834c7da636967234fd452921e6
treeb62d28fa61f369738b48a3895c35abe060ef4334
parent081d55c51ca204e9f7decb45f5ff1d561a79c9e3
Eo callbacks: Improve memory footprint of callbacks.

We don't really need a double-linked-list with a pointer to the last item.
This saves us 2 pointers per callback, which is a decent improvement.
src/lib/eo/eo_base_class.c