trafilo 0.1.0
Streaming event-handler framework in C
Loading...
Searching...
No Matches
dispatcher_t Struct Reference

A Dispatcher type with user set configs. More...

#include <dispatcher.h>

Data Fields

bounded_queue_tbounded_q
hashmap_thash_m
const trafilo_config_tconfig
size_t num_workers
pthread_t * threads
volatile int done
int started

Detailed Description

A Dispatcher type with user set configs.

Field Documentation

◆ bounded_q

bounded_queue_t* dispatcher_t::bounded_q

◆ config

const trafilo_config_t* dispatcher_t::config

◆ done

volatile int dispatcher_t::done

◆ hash_m

hashmap_t* dispatcher_t::hash_m

◆ num_workers

size_t dispatcher_t::num_workers

◆ started

int dispatcher_t::started

◆ threads

pthread_t* dispatcher_t::threads

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