- Huge code documentation effort.

This commit is contained in:
ccremers
2006-01-02 21:06:08 +00:00
parent 6676266f4a
commit da75862d82
24 changed files with 127 additions and 94 deletions

View File

@@ -16,13 +16,13 @@
#include "switches.h"
#include <malloc.h>
static System sys;
int *graph = NULL;
int nodes = 0;
static System sys; //!< local storage of system pointer
int *graph = NULL; //!< graph data
int nodes = 0; //!< number of nodes in the graph
int graph_uordblks = 0;
extern Protocol INTRUDER; // The intruder protocol
extern Role I_M; // special role; precedes all other events always
extern Protocol INTRUDER; //!< The intruder protocol
extern Role I_M; //!< special role; precedes all other events always
/*
* Forward declarations