Changeset - 83b5a81f8c76
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-25 00:14:44

Minor commenting/edits
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -45,7 +45,7 @@ void registeruser(char *username, char *
 
  "-d",
 
  "/home/distren",
 
  "--gid",
 
  "541", // Add in shellscript to generate ssh key and return it to the user somehow
 
  "541", // Add in shellscript to generate ssh key and return it to the user somehow, probably post to http
 
  username,
 
  (char *)NULL
 
  };
 
@@ -95,7 +95,7 @@ void loginuser(char *username){
 
}
 

	
 

	
 
// Executors
 
/* Executors */
 

	
 
/*
 
  It seems that the client will need to know the job number. Is finish_frame going to be on the client or the server? we gotta figure that out!
 
@@ -109,3 +109,4 @@ void exec_blender(struct blendjob* blend
 
  ret = execv("/usr/bin/blender", cmd);
 
  finish_frame(blendjob, frame);
 
}
 

	
0 comments (0 inline, 0 general)