dnxNebMain.h File Reference
Definitions and prototypes for main module functionality.
More...
#include <stddef.h>
#include <time.h>
Go to the source code of this file.
Detailed Description
Definitions and prototypes for main module functionality.
This header file is shared by the Plugin and the Server in order to define structures and definitions used in IPC communications between the two.
- Author:
- John Calcote (dnx-devel@lists.sourceforge.net)
- Attention:
- Please submit patches to http://dnx.sourceforge.net
Definition in file dnxNebMain.h.
Define Documentation
#define DNX_MAX_XFER_SIZE (64 * 1024) |
#define DNX_MSG_JOB_TRANSFER 1 |
#define DNX_MSG_RESERVE_NODEREQ 0 |
#define DNX_MSG_RESULT_TRANSFER 2 |
#define DNX_MSG_SIGNATURE 0xFEED5000 |
#define DNX_MSG_TERMINATE 3 |
Terminate the child process.
Definition at line 51 of file dnxNebMain.h.
resack -> server : file descriptor
Definition at line 41 of file dnxNebMain.h.
plugin <- results: file descriptor
Definition at line 40 of file dnxNebMain.h.
plugin <- joback : file descriptor
Definition at line 39 of file dnxNebMain.h.
job -> server : file descriptor
Definition at line 38 of file dnxNebMain.h.