summaryrefslogtreecommitdiffstats
path: root/src/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet.h')
-rw-r--r--src/packet.h2
1 files changed, 1 insertions, 1 deletions
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; \