X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fnet%2Fpacket%2Fcount_packets.h;h=819b5b54616e17df421df4c6d7a51aad44c482cd;hp=05999643d62ad13aa8d9e76bd52e88a5e450b2b4;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/drivers/net/packet/count_packets.h b/drivers/net/packet/count_packets.h index 0599964..819b5b5 100644 --- a/drivers/net/packet/count_packets.h +++ b/drivers/net/packet/count_packets.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2001 - * Politecnico di Torino. All rights reserved. + * Politecnico di Torino. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions @@ -38,13 +38,13 @@ typedef struct __c_p_data { - struct timeval timestamp; - uint64 packets; - uint64 bytes; + struct timeval timestamp; + uint64 packets; + uint64 bytes; } - c_p_data; + c_p_data; -#define COUNT_PACKETS 0x00000000 +#define COUNT_PACKETS 0x00000000 uint32 count_packets(uint8 *block, uint32 pkt_size, TME_DATA *data, MEM_TYPE *mem_ex, uint8 *mem_data); #endif