29 #ifndef __POLLEVENT_H__ 30 #define __POLLEVENT_H__ 57 virtual void process(
int revent) = 0;
85 static void setupAsyncIO(
int fd,
bool set);
90 #endif // __POLLEVENT_H__
std::vector< PollEvent * > eventvec_t
virtual void process(int revent)=0
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void serialize(CheckpointOut &cp) const override
Serialize an object.
Basic support for object serialization.
PollEvent(int fd, int event)
std::ostream CheckpointOut