GNUnet 0.21.1
PeerPendingOp Struct Reference

Pending operation on peer consisting of callback and closure. More...

Collaboration diagram for PeerPendingOp:
[legend]

Data Fields

PeerOp op
 Callback. More...
 
void * op_cls
 Closure. More...
 

Detailed Description

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.

Field Documentation

◆ op

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().

◆ op_cls

void* PeerPendingOp::op_cls

Closure.

Definition at line 105 of file gnunet-service-rps.c.

Referenced by schedule_operation(), and set_peer_online().


The documentation for this struct was generated from the following file: