Changeset - 971ce437721e
[Not reviewed]
default
0 1 0
LordOfWar - 16 years ago 2009-09-15 02:02:37

-ok, this time I fixed the undefined reference to status_report_generator() in function main()
-time before this I deleted the prototype function at the top of distrend.c
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -500,13 +500,12 @@ int main(int argc, char *argv[])
 
      int clientsays; /*< temporary example variable, will be replaced when we can handle messages */
 

	
 
      distrend_accept(&action);
 
      cont = distrend_do(action);
 

	
 
      /* Make the following code more event-driven */
 
      status_report_generator(&head);
 
      blend_frame_watchdog(&head);
 

	
 

	
 
      struct frameset *frame;
 
      struct distrenjob *job;
 

	
0 comments (0 inline, 0 general)