CSTAT() adds "call_"

This commit is contained in:
Brendan O'Dea 2005-01-07 07:14:14 +00:00
parent 19a90ac4d9
commit 2e11f00642

4
arp.c
View file

@ -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 <string.h>
#include <unistd.h>
@ -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 */