Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_sv_link_t Struct Reference

#include <supervisor.h>

+ Collaboration diagram for dt_sv_link_t:

Data Fields

char label [16]
 
uint64_t hash
 

Detailed Description

One retained event, as exposed to the GUI by dt_supervisor_events_snapshot(). links holds the resolved edge hashes (params/input/node/consumes/rekey) so the GUI can make every id clickable and navigate to its declaration.

Definition at line 104 of file supervisor.h.

Field Documentation

◆ hash

uint64_t dt_sv_link_t::hash

Definition at line 107 of file supervisor.h.

Referenced by _event_body_from(), and _extract_event().

◆ label

char dt_sv_link_t::label[16]

Definition at line 106 of file supervisor.h.

Referenced by _event_body_from(), and _extract_event().


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