Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ccid_dependency Struct Reference

#include <feat.h>

Data Fields

u8 dependent_feat
 
bool is_local:1
 
bool is_mandatory:1
 
u8 val
 

Detailed Description

struct ccid_dependency - Track changes resulting from choosing a CCID : one of dccp_feature_numbers : local (1) or remote (0) : whether presence of is mission-critical or not : corresponding default value for (u8 is sufficient here)

Definition at line 96 of file feat.h.

Field Documentation

u8 dependent_feat

Definition at line 97 of file feat.h.

bool is_local

Definition at line 98 of file feat.h.

bool is_mandatory

Definition at line 98 of file feat.h.

u8 val

Definition at line 100 of file feat.h.


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