openflow build environment setup
This commit is contained in:
18
openflow/include/click/standard/threadsched.hh
Normal file
18
openflow/include/click/standard/threadsched.hh
Normal file
@ -0,0 +1,18 @@
|
||||
// -*- c-basic-offset: 4 -*-
|
||||
#ifndef CLICK_THREADSCHED_HH
|
||||
#define CLICK_THREADSCHED_HH
|
||||
CLICK_DECLS
|
||||
|
||||
class ThreadSched { public:
|
||||
|
||||
enum { THREAD_QUIESCENT = -1, THREAD_UNKNOWN = -1000 };
|
||||
|
||||
ThreadSched() { }
|
||||
virtual ~ThreadSched() { }
|
||||
|
||||
virtual int initial_home_thread_id(const Element *e);
|
||||
|
||||
};
|
||||
|
||||
CLICK_ENDDECLS
|
||||
#endif
|
||||
Reference in New Issue
Block a user