GNUnet 0.21.1
ClientResponse Struct Reference

Replies to be transmitted to the client. More...

Collaboration diagram for ClientResponse:
[legend]

Data Fields

struct ClientResponsenext
 This is a doubly-linked list. More...
 
struct ClientResponseprev
 This is a doubly-linked list. More...
 
struct GSF_LocalClientlc
 Client list entry this response belongs to. More...
 
size_t msize
 Number of bytes in the response. More...
 

Detailed Description

Replies to be transmitted to the client.

The actual response message is allocated after this struct.

Definition at line 106 of file gnunet-service-fs.c.

Field Documentation

◆ next

struct ClientResponse* ClientResponse::next

This is a doubly-linked list.

Definition at line 111 of file gnunet-service-fs.c.

◆ prev

struct ClientResponse* ClientResponse::prev

This is a doubly-linked list.

Definition at line 116 of file gnunet-service-fs.c.

◆ lc

struct GSF_LocalClient* ClientResponse::lc

Client list entry this response belongs to.

Definition at line 121 of file gnunet-service-fs.c.

Referenced by client_disconnect_cb().

◆ msize

size_t ClientResponse::msize

Number of bytes in the response.

Definition at line 126 of file gnunet-service-fs.c.


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