From dbb037c3f45f43633bd673d1507d91a536962a4a Mon Sep 17 00:00:00 2001 From: bodea Date: Fri, 7 Jan 2005 07:14:14 +0000 Subject: [PATCH] CSTAT() adds "call_" --- arp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arp.c b/arp.c index 3dd6e96..55c8777 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