From 2e11f0064278e25243a25c9012fe5e4fe70bd5ab Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Fri, 7 Jan 2005 07:14:14 +0000 Subject: [PATCH 1/1] CSTAT() adds "call_" --- arp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arp.c b/arp.c index 5daa59f..1c2faa1 100644 --- a/arp.c +++ b/arp.c @@ -1,6 +1,6 @@ // L2TPNS: arp -char const *cvs_id_arp = "$Id: arp.c,v 1.5 2004-12-16 08:49:52 bodea Exp $"; +char const *cvs_id_arp = "$Id: arp.c,v 1.6 2005-01-07 07:14:14 bodea Exp $"; #include #include @@ -29,7 +29,7 @@ void sendarp(int ifr_idx, const unsigned char* mac, in_addr_t ip) struct sockaddr_ll sll; struct arp_buf buf; - CSTAT(call_sendarp); + CSTAT(sendarp); STAT(arp_sent); /* Ethernet */ -- 2.20.1