Files @ 13533b1094bd
Branch filter:

Location: DistRen/etc/distrenserver.conf

LordOfWar
-removed TODO saying that we needed to add \"int type\" to framestruct, added comments about \"type\"
--In status_report_generator()--
-now starts scanning on jobs after the head job
-changed while statement to a for loop, much more reliable
-removed the setting of priority of the job to zero to say its complete, is useless since it is removed from the queue in the next statement.
-if the job has not been started, it is not scanned
-since queue is now a linked list, the total number of jobs simply equals the amount of times the for loop iterates which is counted by numjobs
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")

datadir = "/var/lib/distren"

listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}