Searched defs:NetShaperRec_ (Results 1 – 1 of 1) sorted by relevance
98 typedef struct NetShaperRec_ { struct99 QueuedPacket packets; /* list of queued packets, ordered by expiration date */100 int num_packets;101 int active; /* is this shaper active ? */102 int64_t block_until;103 double max_rate; /* max rate expressed in bytes/second */104 double inv_rate; /* inverse of max rate */105 QEMUTimer* timer; /* QEMU timer */107 int do_copy;108 NetShaperSendFunc send_func;