Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
AsyncTaskNode Struct Reference

A datatype to allow storing AsynTasks on a LinkedList. More...

#include <async_task.h>

Collaboration diagram for AsyncTaskNode:
[legend]

Data Fields

ListItem atn_node
 The base list node. More...
 
AsyncTaskatn_task_p
 The AsyncTask to store on the list. More...
 
MEM_FLAG atn_mem
 The memory flag indicating what action to perform upon atn_task_p when this AsyncTaskNode is freed. More...
 

Detailed Description

A datatype to allow storing AsynTasks on a LinkedList.

Field Documentation

◆ atn_node

ListItem atn_node

The base list node.

◆ atn_task_p

AsyncTask* atn_task_p

The AsyncTask to store on the list.

◆ atn_mem

MEM_FLAG atn_mem

The memory flag indicating what action to perform upon atn_task_p when this AsyncTaskNode is freed.


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