Skip to content

Commit

Permalink
Remove a misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Sep 6, 2023
1 parent 3517706 commit 8ff0ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xxxid_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ You should have received a copy of the GNU General Public License along with thi

/*
* Generic macros for dealing with netlink sockets. Might be duplicated
* elsewhere. It is recommended that commercial grade applications use
* libnl or libnetlink and use the interfaces provided by the library
* elsewhere
*/
#define GENLMSG_DATA(glh) ((void *)((char*)NLMSG_DATA(glh) + GENL_HDRLEN))
#define GENLMSG_PAYLOAD(glh) (NLMSG_PAYLOAD(glh, 0) - GENL_HDRLEN)
Expand Down

0 comments on commit 8ff0ecd

Please sign in to comment.