Can we get crisp definitions of each of the fields in the GroupEntry structure?
+Here is some annotation from the meeting on fields that didn't already have in-code doc:
+{code}
+ // these are set from configuration
+ string name;
+ double config_quota; // Could be static (>=1) or dynamic (0<x<1)
+ bool static_quota; // Flag for if config_quota is static or dynamic
+ bool accept_surplus; // true if this group will accept surplus
+ bool autoregroup; // true if will participate in autoregroup phase
+
+ // current usage information coming into this negotiation cycle
+ double usage; // accountant's value for usage under thi sgroup
+ ClassAdListDoesNotDeleteAds* submitterAds; // list of submitter ads under this group
+ double priority; // group's priority from acct
+{endcode}
+
+
{subsubsection: Meaning of quota for "static" quota:}
The static quota for a given group indicates the minimum number of machine that group is expected to be allocated, given