DTNMA Reference Tools v2.0.0 - 10.g9536600
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_exec_seq_t Struct Reference

The state of a single execution within an Agent. More...

#include <exec_seq.h>

+ Collaboration diagram for refda_exec_seq_t:

Data Fields

refda_runctx_ptr_t runctx
 Context for the source of this sequence.
 
uint64_t pid
 Internal unique processing identifier for the execution.
 
refda_exec_item_list_t items
 Remaining list of items to be executed in this sequence.
 

Detailed Description

The state of a single execution within an Agent.

Each item has an original target and a sequence of

Field Documentation

◆ items

refda_exec_item_list_t refda_exec_seq_t::items

Remaining list of items to be executed in this sequence.

As executions complete, this list is manipulated to pop off each front item.

◆ pid

uint64_t refda_exec_seq_t::pid

Internal unique processing identifier for the execution.

Zero is an invalid value and will not be assigned.


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