Files @ 5a4b1484f2ba
Branch filter:

Location: DistRen/etc/distrenclient.conf

LordOfWar
-re-wrote frame finder to work with any type of job and the linked list
-i did not finish destroying status_report_generator()
-added variable is_job_done to distrenjob structure... so frame finder can find a job, then find the components of the not done job by looking at its type
/*
 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")