ReactOS 0.4.15-dev-7924-g5949c20
__nfs41_slot_table Struct Reference

#include <nfs41.h>

Collaboration diagram for __nfs41_slot_table:

Public Attributes

uint32_t seq_nums [NFS41_MAX_NUM_SLOTS]
 
uint32_t used_slots [NFS41_MAX_NUM_SLOTS]
 
uint32_t max_slots
 
uint32_t highest_used
 
uint32_t num_used
 
ULONGLONG target_delay
 
CRITICAL_SECTION lock
 
CONDITION_VARIABLE cond
 

Detailed Description

Definition at line 219 of file nfs41.h.

Member Data Documentation

◆ cond

CONDITION_VARIABLE __nfs41_slot_table::cond

Definition at line 227 of file nfs41.h.

◆ highest_used

uint32_t __nfs41_slot_table::highest_used

Definition at line 223 of file nfs41.h.

◆ lock

CRITICAL_SECTION __nfs41_slot_table::lock

Definition at line 226 of file nfs41.h.

◆ max_slots

uint32_t __nfs41_slot_table::max_slots

Definition at line 222 of file nfs41.h.

◆ num_used

uint32_t __nfs41_slot_table::num_used

Definition at line 224 of file nfs41.h.

◆ seq_nums

uint32_t __nfs41_slot_table::seq_nums[NFS41_MAX_NUM_SLOTS]

Definition at line 220 of file nfs41.h.

◆ target_delay

ULONGLONG __nfs41_slot_table::target_delay

Definition at line 225 of file nfs41.h.

◆ used_slots

uint32_t __nfs41_slot_table::used_slots[NFS41_MAX_NUM_SLOTS]

Definition at line 221 of file nfs41.h.


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