![]() |
STASIS
A pipeline delivery generator
|
#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>#include <limits.h>#include <unistd.h>#include <time.h>#include <sys/statvfs.h>#include "version.h"#include "config.h"#include "core_mem.h"#include "core_message.h"
Go to the source code of this file.
Data Structures | |
| struct | STASIS_GLOBAL |
| struct | STASIS_GLOBAL::Jfrog |
Macros | |
| #define | STASIS_BANNER_HEADER "------------------------------------------------------------------------" |
| #define | STASIS_BUFSIZ 8192 |
| #define | STASIS_NAME_MAX 255 |
| #define | STASIS_DIRSTACK_MAX 1024 |
| #define | STASIS_TIME_STR_MAX 128 |
| #define | HTTP_ERROR(X) |
| #define | COE_CHECK_ABORT(COND, MSG) |
Functions | |
| void | globals_free () |
Variables | |
| struct STASIS_GLOBAL | globals |
| const char * | VERSION |
| const char * | AUTHOR |
| const char * | BANNER |
| #define COE_CHECK_ABORT | ( | COND, | |
| MSG ) |
| #define HTTP_ERROR | ( | X | ) |
| void globals_free | ( | ) |
Free memory allocated in global configuration structure