#include <stdio.h>#include <string.h>#include <malloc.h>#include "checkpoint_int.h"Functions | |
| int | HC_CallSequence (HC_Sequence_t *sequence, void *userdata, long start_node) |
| HC_Sequence_t * | HC_NewSequence (HC_NodelistNode_t *nodelist) |
| void | HC_DeleteSequence (HC_Sequence_t *sequence) |
Collection of functions relating to sequences.
|
||||||||||||||||
|
Execution of a sequence starts here. The sequence starts by running the Normal function for the start_node given.
|
|
|
Deletes a sequence, cleanups up any memory, etc. The sequence pointer is invalid after this call.
|
|
|
Creates a sequence object from nodelist.
|
Copyright ©2003. Astra Network Inc. All Rights Reserved.