GNUnet 0.21.1
StaticResource Struct Reference
Collaboration diagram for StaticResource:
[legend]

Data Fields

struct GNUNET_DISK_FileHandlehandle
 Handle to file on disk. More...
 
uint64_t size
 Size in bytes of the file. More...
 
struct MHD_Response * response
 Cached response object to send to clients. More...
 

Detailed Description

Definition at line 33 of file gnunet-bcd.c.

Field Documentation

◆ handle

struct GNUNET_DISK_FileHandle* StaticResource::handle

Handle to file on disk.

Definition at line 38 of file gnunet-bcd.c.

Referenced by do_shutdown().

◆ size

uint64_t StaticResource::size

Size in bytes of the file.

Definition at line 43 of file gnunet-bcd.c.

◆ response

struct MHD_Response* StaticResource::response

Cached response object to send to clients.

Definition at line 48 of file gnunet-bcd.c.

Referenced by create_response(), and do_shutdown().


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