openflow build environment setup
This commit is contained in:
5
openflow/include/click/dequeue.hh
Normal file
5
openflow/include/click/dequeue.hh
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifndef DEQueue
|
||||
#warning "DEQueue is deprecated, use Deque and <click/deque.hh> instead"
|
||||
#include <click/deque.hh>
|
||||
#define DEQueue Deque
|
||||
#endif
|
||||
Reference in New Issue
Block a user