commit | d657e621a0f5584cf269b5b3d733a4cbb2497900 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Sun Jul 01 14:09:12 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Thu Aug 23 14:02:44 2012 +0200 |
tree | 316386108a9c7f599e346df9cf8a3e0131262a11 | |
parent | 3a7f291bf6d7ef81d45c54ccad4f5eda506076b4 [diff] |
batman-adv: add reference counting for type batadv_tt_orig_list_entry The batadv_tt_orig_list_entry structure didn't have any refcounting mechanism so far. This patch introduces it and makes the structure being usable in much more complex context. Signed-off-by: Antonio Quartulli <ordex@autistici.org>