Changeset - bd3a8baa47b6
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-28 23:33:51
ohnobinki@ohnopublishing.net
compromisingly eliminate compile errors
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -53,6 +53,7 @@
 
#include "execio.h"
 
#include "options.h"
 
#include "blendjob.h"
 
#include "protocol.h"
 

	
 
#include <confuse.h>
 
#include <stdio.h>
 
@@ -483,6 +484,8 @@ int main(int argc, char *argv[])
 
  while(cont)
 
    {
 
      struct distren_action *action;
 
      int clientsays; /*< temporary example variable, will be replaced when we can handle messages */
 
      int framenumprevious; /*< @TODO why is this variable used?  */
 

	
 
      distrend_accept(&action);
 
      cont = distrend_do(action);
0 comments (0 inline, 0 general)