Graphviz 14.1.2~dev.20260118.1035
Loading...
Searching...
No Matches
gvlock_t Struct Reference

#include <compile.h>

Data Fields

bool locked: 1
 is the lock currently taken?
 
bool zombie: 1
 was a deletion request recorded while locked?
 

Detailed Description

Definition at line 38 of file compile.h.

Field Documentation

◆ locked

bool gvlock_t::locked

Definition at line 39 of file compile.h.

Referenced by chkClose(), deleteObj(), and lockGraph().

◆ zombie

bool gvlock_t::zombie

Definition at line 40 of file compile.h.

Referenced by chkClose(), deleteObj(), and lockGraph().


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