Download this file

ECNMarker.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
/*
* ECNMarker.h
*
* Created on: 15. 11. 2014
* Author: cloq
*/
#ifndef ECNMARKER_H_
#define ECNMARKER_H_
#include "RMTQMonitorBase.h"
class ECNMarker : public RMTMaxQBase
{
public:
virtual void run(RMTQueue* queue);
};
#endif /* ECNMARKER_H_ */