From 4f7bd1e439847d1db35b0bfd28372bbd98830477 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 21 Mar 2013 05:07:10 +0100 Subject: Rename alloca_packet() to gp_babel_packet_alloca() --- src/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/packet.h') diff --git a/src/packet.h b/src/packet.h index 07c0f3b..df22dd6 100644 --- a/src/packet.h +++ b/src/packet.h @@ -43,7 +43,7 @@ struct __attribute__((packed)) gp_babel_packet { uint8_t tlv[]; }; -#define alloca_packet(size) ({ \ +#define gp_babel_packet_alloca(size) ({ \ gp_babel_packet_t *__packet = alloca(sizeof(gp_babel_packet_t)+size); \ __packet->version = htons(GP_BABEL_VERSION); \ __packet->len = 0; \ -- cgit v1.2.3