Pending operation on peer consisting of callback and closure. More...
Data Fields | |
PeerOp | op |
Callback. More... | |
void * | op_cls |
Closure. More... | |
Pending operation on peer consisting of callback and closure.
When an operation cannot be executed right now this struct is used to store the callback and closure for later execution.
Definition at line 95 of file gnunet-service-rps.c.
PeerOp PeerPendingOp::op |
Callback.
Definition at line 100 of file gnunet-service-rps.c.
Referenced by check_operation_scheduled(), schedule_operation(), and set_peer_online().
void* PeerPendingOp::op_cls |
Closure.
Definition at line 105 of file gnunet-service-rps.c.
Referenced by schedule_operation(), and set_peer_online().