#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | XDASCmdLine_tag |
Parsed command line instructions. More... | |
Defines | |
#define | XDASD_NOACT 0 |
#define | XDASD_INSTALL 1 |
#define | XDASD_REMOVE 2 |
#define | XDASD_START 3 |
#define | XDASD_STOP 4 |
#define | XDASD_IPCFNAME "xdasd.ipc" |
#define | XDASD_PIDFNAME "xdasd.pid" |
Typedefs | |
typedef struct XDASCmdLine_tag | XDASDCmdLine |
Parsed command line instructions. | |
Functions | |
int | xdasd_parse_cmdline (int argc, char **argv, XDASDCmdLine *cmdline) |
Parse argc/argv from main into an internal structure. |
Definition in file xdasd_cmdline.h.
#define XDASD_PIDFNAME "xdasd.pid" |