[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347354274-3119-1-git-send-email-ja@ssi.bg>
Date: Tue, 11 Sep 2012 12:04:32 +0300
From: Julian Anastasov <ja@....bg>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH v2 0/2] iproute2: add GENL helpers
Put common code for GENL users in new files.
v2:
- remove memset for buffer in GENL_INIT_REQUEST and use
C99 style initializers
- rename funcs: libgenl_ to genl_
Julian Anastasov (2):
iproute2: add libgenl files
iproute2: use libgenl in ipl2tp
include/libgenl.h | 29 +++++++++++++++++++++++
ip/ipl2tp.c | 64 +--------------------------------------------------
lib/Makefile | 2 +-
lib/libgenl.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 97 insertions(+), 63 deletions(-)
create mode 100644 include/libgenl.h
create mode 100644 lib/libgenl.c
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists