enum lfds711_misc_validity

From liblfds.org
Revision as of 18:11, 16 February 2017 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_misc.h

Enum

enum lfds711_misc_flag
{
  LFDS711_MISC_FLAG_LOWERED,
  LFDS711_MISC_FLAG_RAISED
};

Values

LFDS711_MISC_FLAG_LOWERED

Boolean false.

LFDS711_MISC_FLAG_RAISED

Boolean true.

Notes

This is a boolean state flag. Currently it is only visible to the user in one place, the queue cleanup callback.

See Also