# HG changeset patch # User ethanzonca # Date 2009-07-02 23:24:26 # Node ID 109689bb5e101373ae08af27d47c51ce3cec37c6 # Parent 558bdb8753cd4b9523bddf5a97ca0aa49c29f9a8 Quick comment- we need struct rather than array for frameset so we can track who each frame went out to... diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -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;