Files @ fabe5785df0c
Branch filter:

Location: DistRen/src/server/Makefile.am - annotation

LordOfWar
frame_finder now takes into account priority, which I defined. 0 priority is done, 1 priority is the lowest, 10 is the highest. While creating this and my status_report_generator function (which is still a thought) I have created some new global variables.

Instead of starting a scan at jobnum zero every time, I decided to make the global variable hcfjob (highest consecutive finished job).
1
2
3
4
bin_PROGRAMS = distrend
distrend_SOURCES = distrend.c
distrend_LDADD = @DISTLIBS_LIBS@ @MYSQL_LIBS@ @top_builddir@/src/common/libdistrencommon.la
distrend_CFLAGS = @DISTLIBS_CFLAGS@ @MYSQL_CFLAGS@ -I@top_srcdir@/src/common