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 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/server/distrenjob.h
Show inline comments
 
@@ -34,6 +34,7 @@ typedef unsigned int jobnum_t;
 
*/
 
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 */
 
@@ -64,7 +65,7 @@ struct frameset {
 

	
 

	
 
/*
 
related functions 
 
related functions
 
*/
 

	
 
/**
 
@@ -83,9 +84,9 @@ int xml2distrenjob(struct distrenjob **d
 
void distrenjob_free(struct distrenjob **distrenjob);
 

	
 
/**
 
   initializes an empty, pointless struct distrenjob. This 
 
   initializes an empty, pointless struct distrenjob. This
 
   DOES run malloc() for you. It could return nonzero on error,
 
   but there are no errors to have yet (except for nomem). This 
 
   but there are no errors to have yet (except for nomem). This
 
   sets all char* to NULL.
 
 */
 
int distrenjob_new(struct distrenjob **distrenjob);
0 comments (0 inline, 0 general)