fixed a wrong internal function name in netlink.c

This commit is contained in:
hyung-hwan 2018-10-22 03:53:18 +00:00
parent ea85e91391
commit 91a4b8b9b0

View File

@ -122,7 +122,7 @@ struct ifaddrmsg
#define NLMSG_RTA(nlh,len) ((void*)((char*)(nlh)+QSE_SIZEOF(struct qse_nlmsg_hdr_t)+NETLINK_ALIGN(len))) #define NLMSG_RTA(nlh,len) ((void*)((char*)(nlh)+QSE_SIZEOF(struct qse_nlmsg_hdr_t)+NETLINK_ALIGN(len)))
#define NLMSG_RTAOK(rta,nlh) RTA_OK(rta,NLMSG_DATAEND(nlh)) #define NLMSG_RTAOK(rta,nlh) RTA_OK(rta,NLMSG_DATAEND(nlh))
static int netlink_enumerate(int fd, unsigned int seq, int type, int af, qse_nlenum_cb_t cb, void *ctx) static int enumerate_netlink(int fd, unsigned int seq, int type, int af, qse_nlenum_cb_t cb, void *ctx)
{ {
struct qse_nlmsg_hdr_t *h; struct qse_nlmsg_hdr_t *h;
union union