Download this file

TailDrop.h    20 lines (15 with data), 267 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
/*
* SimpleMonitor.h
*
* Created on: 15. 11. 2014
* Author: cloq
*/
#ifndef TAILDROP_H_
#define TAILDROP_H_
#include "RMTQMonitorBase.h"
class TailDrop : public RMTMaxQBase
{
public:
virtual void run(RMTQueue* queue);
};
#endif /* TAILDROP_H_ */