31 #ifndef __POLLEVENT_H__ 32 #define __POLLEVENT_H__ 59 virtual void process(
int revent) = 0;
87 static void setupAsyncIO(
int fd,
bool set);
92 #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