Files @ 8ef16b5f6624
Branch filter:

Location: DistRen/etc/distrenclient.conf

LordOfWar
-adjusted parameters of functions so that the pointer to the head function has to be passed to them
-updated faulty notes
-edited main() so that it set the priority of the head distrenjob to zero
-changed queue() to prepare_distrenjob()
-deleted global \"struc distrenjob *head\" variable because it is created in main()
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")