mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-28 04:30:23 +00:00
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: 81d2b1d509
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
fffc7ecedd
commit
cd8cd2dae2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user