31 scheduling_node_t base;
123int lf_get_upstream_of(
int enclave_id,
int** result);
135int lf_get_downstream_of(
int enclave_id,
int** result);
147int lf_get_upstream_delay_of(
int enclave_id,
interval_t** result);
struct enclave_info_t enclave_info_t
Definition environment.h:26
Type definitions that are widely used across different parts of the runtime.
Common declarations for runtime infrastructure (RTI) for scheduling enclaves and distributed Lingua F...
Execution environment. This struct contains information about the execution environment....
Definition environment.h:49
Definition lf_POSIX_threads_support.h:41
int64_t interval_t
Definition tag.h:71