diff options
author | Thomas Haller <thaller@redhat.com> | 2014-11-24 16:14:47 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-11-24 17:30:21 (GMT) |
commit | cd8cd2dae27c2b56464b166753716b2e3725375a (patch) | |
tree | 2e054ff4ac2f884a51b368b592567b2e5e171cba /include | |
parent | fffc7ecedd4bd5cacd6ba096e4619b84dd4f5991 (diff) | |
download | libnl-cd8cd2dae27c2b56464b166753716b2e3725375a.zip libnl-cd8cd2dae27c2b56464b166753716b2e3725375a.tar.gz libnl-cd8cd2dae27c2b56464b166753716b2e3725375a.tar.bz2 |
idiag: deprecate idiagnl_msg_obj_ops variable in public API
This internal structure should never have been exposed publically.
It as introduced as public API in v3.2.23.
For now, don't remove it as it would be an API/ABI break.
Fixes: 81d2b1d509d91fe894e4aec0a6a76b0bf75514cd
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/idiag/msg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/idiag/msg.h b/include/netlink/idiag/msg.h index 4aae606..01e30db 100644 --- a/include/netlink/idiag/msg.h +++ b/include/netlink/idiag/msg.h @@ -19,6 +19,8 @@ extern "C" { #endif /* __cplusplus */ struct idiagnl_msg; + +/* @deprecated: DO NOT USE this variable. */ extern struct nl_object_ops idiagnl_msg_obj_ops; extern struct idiagnl_msg * idiagnl_msg_alloc(void); |