Changeset - 109689bb5e10
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-02 23:24:26

Quick comment- we need struct rather than array for frameset so we can track who each frame went out to...
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -40,6 +40,7 @@
 
int jobnum = 0;
 
 
// Structures for storing job information
 
// OOOOOOkay so we really need a struct for frameset rather than just an array, because we should track who each frame was sent out to. Please do this, someone! :D
 
struct {
 
  char *name;
 
  char *submitter;
0 comments (0 inline, 0 general)