Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_workerTLS Struct Reference

Data Fields

int is_master
 
unsigned long thread_idx
 
void * user_ptr
 
const char * alpn_proto
 

Detailed Description

Definition at line 1587 of file civetweb.c.

Field Documentation

◆ alpn_proto

const char* mg_workerTLS::alpn_proto

Definition at line 1595 of file civetweb.c.

Referenced by worker_thread_run().

◆ is_master

int mg_workerTLS::is_master

◆ thread_idx

unsigned long mg_workerTLS::thread_idx

Definition at line 1589 of file civetweb.c.

Referenced by mg_current_thread_id(), mg_start2(), and worker_thread_run().

◆ user_ptr

void* mg_workerTLS::user_ptr

Definition at line 1590 of file civetweb.c.

Referenced by master_thread_run(), mg_get_thread_pointer(), and worker_thread_run().


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