Motr  M0
client_conf Struct Reference

#include <client.h>

Collaboration diagram for client_conf:
Collaboration graph

Data Fields

unsigned cc_nr_clients
 
unsigned cc_nr_threads
 
unsigned long cc_total
 
unsigned long cc_count
 
unsigned long cc_opt_count
 
unsigned cc_inflight_max
 
sim_time_t cc_delay_min
 
sim_time_t cc_delay_max
 
unsigned long cc_cache_max
 
unsigned long cc_dirty_max
 
struct net_confcc_net
 
struct net_srvcc_srv
 
struct clientcc_client
 
struct cnt cc_cache_free
 
struct cnt cc_cache_busy
 
int cc_shutdown
 

Detailed Description

Definition at line 52 of file client.h.

Field Documentation

◆ cc_cache_busy

struct cnt cc_cache_busy

Definition at line 67 of file client.h.

◆ cc_cache_free

struct cnt cc_cache_free

Definition at line 66 of file client.h.

◆ cc_cache_max

unsigned long cc_cache_max

Definition at line 61 of file client.h.

◆ cc_client

struct client* cc_client

Definition at line 65 of file client.h.

◆ cc_count

unsigned long cc_count

Definition at line 56 of file client.h.

◆ cc_delay_max

sim_time_t cc_delay_max

Definition at line 60 of file client.h.

◆ cc_delay_min

sim_time_t cc_delay_min

Definition at line 59 of file client.h.

◆ cc_dirty_max

unsigned long cc_dirty_max

Definition at line 62 of file client.h.

◆ cc_inflight_max

unsigned cc_inflight_max

Definition at line 58 of file client.h.

◆ cc_net

struct net_conf* cc_net

Definition at line 63 of file client.h.

◆ cc_nr_clients

unsigned cc_nr_clients

Definition at line 53 of file client.h.

◆ cc_nr_threads

unsigned cc_nr_threads

Definition at line 54 of file client.h.

◆ cc_opt_count

unsigned long cc_opt_count

Definition at line 57 of file client.h.

◆ cc_shutdown

int cc_shutdown

Definition at line 68 of file client.h.

◆ cc_srv

struct net_srv* cc_srv

Definition at line 64 of file client.h.

◆ cc_total

unsigned long cc_total

Definition at line 55 of file client.h.


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