#include "drms.h"#include "serverdefs.h"#include "xmem.h"#include "cmdparams.h"#include "cmdparams_priv.h"#include "tee.h"#include "jsoc_main.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
| void | drms_createsigmask (sigset_t *set, void *data) |
| CmdParams_t * | GetGlobalCmdParams () |
| int | JSOCMAIN_Main (int argc, char **argv, const char *module_name, int(*CallDoIt)(void)) |
Variables | |
| CmdParams_t | cmdparams |
| Global DRMS-module structure representing the command-line arguments provided to the module executable. | |
| DRMS_Env_t * | drms_env |
| Global DRMS Environment handle. | |
| ModuleArgs_t * | gModArgs |
| Global DRMS-module pointer that refers to module_args. | |
Definition in file jsoc_main.c.
1.5.7.1