Changeset 1858
- Timestamp:
- 01/20/12 11:25:14 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
jobqueue.c (modified) (1 diff)
-
makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobqueue.c
r1857 r1858 1666 1666 //We may not want this optional behavior may violate QoS for given migration 1667 1667 logfileLine("MigrateContainer","Trying offline migration"); 1668 tJobErrorUpdate(uJob,"Failed once trying offline");1669 1668 1670 1669 if(cSSHOptions[0]) -
trunk/makefile
r1850 r1858 29 29 30 30 #new standalone job queue processor 31 #needs new (and yet to be be developed) libunxsvz 31 32 unxsvz: jobqueue.o unxsvz.o mysqlconnect.o 32 cc jobqueue.o unxsvz.o mysqlconnect.o -o unxsVZ.cgi $(LIBS) 33 cc jobqueue.o unxsvz.o mysqlconnect.o -o unxsVZ.cgi $(LIBS) -lunxsvz 33 34 34 35 unxsvz.o: unxsvz.c mysqlrad.h local.h
