Changeset - ba60368f2032
[Not reviewed]
default
0 1 0
LordOfWar - 16 years ago 2009-09-12 16:13:10

added \"int type\" to distrenjob structure
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrenjob.h
Show inline comments
 
@@ -31,12 +31,13 @@ typedef unsigned int jobnum_t;
 

	
 
/**
 
   Stores Blender Job Info
 
*/
 
struct distrenjob {
 
  struct distrenjob *next; /*< next will be NULL unless if there is another distrenjob */
 
  int type;
 
  char *name;
 
  char *submitter;
 
  char *email; /*< This should be looked up based on the value of submitter, not stored in this struct */
 
  jobnum_t jobnum;
 
  int priority;  // 1 is lowest, 10 is highest, 0 means the job is done
 
  float percent_done;
0 comments (0 inline, 0 general)