dect
/
libnl
Archived
13
0
Fork 0

cache: reserve room in cache_ops to avoid breaking module ABI too frequently

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2012-11-23 16:50:06 +01:00
parent 0a9d5fcfa4
commit 3163fa707b
1 changed files with 9 additions and 0 deletions

View File

@ -252,6 +252,15 @@ struct nl_cache_ops
int (*co_include_event)(struct nl_cache *cache, struct nl_object *obj,
change_func_t change_cb, void *data);
void (*reserved_1)(void);
void (*reserved_2)(void);
void (*reserved_3)(void);
void (*reserved_4)(void);
void (*reserved_5)(void);
void (*reserved_6)(void);
void (*reserved_7)(void);
void (*reserved_8)(void);
/** Object operations */
struct nl_object_ops * co_obj_ops;