Changeset - d7bb6b8d6027
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-09 00:12:14
ohnobinki@ohnopublishing.net
named struct blendjob
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -47,13 +47,13 @@ struct distrend_config
 
  cfg_t *mycfg;
 
  struct options_common *options;
 
  struct distrend_listen **listens; /*< Null terminated array of structs */
 
};
 

	
 
// Stores Blender Job Info
 
struct {
 
struct blendjob {
 
  char *name;
 
  char *submitter;
 
  char *email;
 
  int priority;  // 1 is lowest, 10 is highest, 0 is done
 
  int percent_done;
 
  int completed_frames; // number of completed frames for stats/etc
0 comments (0 inline, 0 general)