Update to redirect logs to a file in /var/log/tomd
[tlb/tomd.git] / include / job.h
index dcb2eed..137118e 100644 (file)
@@ -16,6 +16,7 @@
 /* along with tomd.  If not, see <http://www.gnu.org/licenses/>. */
 
 struct job{
+  char *name;
   char *cmd;
   char *args[10];
   /* todo */