FD.io VPP  v19.08-23-g4b943d6
Vector Packet Processing
http_session_t Struct Reference

Application session. More...

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 
 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

foreach_app_session_field u32 thread_index
 rx thread index More...
 
u8rx_buf
 rx buffer More...
 
u32 vpp_session_index
 vpp session index, handle More...
 
u64 vpp_session_handle
 
u32 timer_handle
 Timeout timer handle. More...
 
u8path
 Fully-resolved file path. More...
 
u8data
 File data, a vector. More...
 
u32 data_offset
 Current data send offset. More...
 
u32 cache_pool_index
 File cache pool index. More...
 
state_machine_called_from_t called_from
 state machine called from... More...
 

Detailed Description

Application session.

Definition at line 40 of file http_server.c.

Member Function Documentation

http_session_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )
http_session_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

u32 http_session_t::cache_pool_index

File cache pool index.

Definition at line 86 of file static_server.c.

state_machine_called_from_t http_session_t::called_from

state machine called from...

Definition at line 88 of file static_server.c.

u8* http_session_t::data

File data, a vector.

Definition at line 82 of file static_server.c.

u32 http_session_t::data_offset

Current data send offset.

Definition at line 84 of file static_server.c.

u8* http_session_t::path

Fully-resolved file path.

Definition at line 80 of file static_server.c.

u8 * http_session_t::rx_buf

rx buffer

Definition at line 47 of file http_server.c.

foreach_app_session_field u32 http_session_t::thread_index

rx thread index

Definition at line 46 of file http_server.c.

u32 http_session_t::timer_handle

Timeout timer handle.

Definition at line 50 of file http_server.c.

u64 http_session_t::vpp_session_handle

Definition at line 49 of file http_server.c.

u32 http_session_t::vpp_session_index

vpp session index, handle

Definition at line 48 of file http_server.c.


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