Signal

P2pandaTopic::sync-started

Declaration

void
sync_started (
  P2pandaTopic* self,
  P2pandaNodeId* remote_node_id,
  guint64 session_id,
  guint64 incomming_operations,
  guint64 outgoing_operations,
  guint64 incoming_bytes,
  guint64 outgoing_bytes,
  gpointer user_data
)

Description [src]

Emitted for errors.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

remote_node_id

Type: P2pandaNodeId

The public key for the remote node.

The data is owned by the caller of the function.
session_id

Type: guint64

No description available.

incomming_operations

Type: guint64

No description available.

outgoing_operations

Type: guint64

No description available.

incoming_bytes

Type: guint64

No description available.

outgoing_bytes

Type: guint64

No description available.