Files @ 29bb47ae5ba9
Branch filter:

Location: DistRen/etc/distrenclient.conf - annotation

binki
distrend code cleanup, struct general_info not global, fix change_job_priority()

A lot of references to the struct general_info had to be fixed. I fixed many chunks of code form as I came upon stuff that made no sense.
/*
 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")