Changeset - 2833fc79e696
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-25 16:57:21

Including slave functions
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/slave.c
Show inline comments
 
@@ -21,24 +21,25 @@
 
/*
 
 * **********************************************************************************
 
 * Slave functions / etc resides below. Wouldn't a separate file make this easier??
 
 *
 
 * Slave listens on server for a command in the format of each function...
 
 * We need if's for returns... ==> watchdog
 
 * **********************************************************************************
 
*/
 

	
 
// Provides DISTREN_REQUEST* which is in reality, DISTREN_SEND(signal) in the minds of your average joe
 
#include "protocol.h"
 
#include "options.h" // Confuse, etc.
 
#include "slavefuncs.h" // Slave functions
 
#include <string.h>
 
#include <stdio.h>
 

	
 
int slavestatus = 0; // Ugh global vars
 

	
 
int main(int argc, char *argv[])
 
{
 

	
 
int jobnum;
 
char *jobname;
 
int framenum;
 

	
0 comments (0 inline, 0 general)