summaryrefslogtreecommitdiff
path: root/src/schedule/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-16 17:27:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-16 17:27:41 +0000
commit14411f34cf9ce581a66a3a3644f7af295fdea5e6 (patch)
tree79ef6e439b096a0bea376d1e0b649d8342b2af11 /src/schedule/make.code.defn
parent4dbf3c25bfe681b32947a533714ace55c4ab950c (diff)
Added a make.code.defn.
Added an extra data field to the traversal calls so that things like the GH can be passed through. Schedule helper routines now return an error code. Currently only the ones from the entry and the while_list routines are used, and both indicate if processing of that group/function whoculd be done. The while_list is checked first, and if that returns success, the entry one is called, if that returns success, the loop is entered, and that loop exits when while_loop returns false. Finally the exit function is called unless the entry function was never called. If these functions aren't provided (i.e. they are NULL), the code does the main loop once. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@937 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/schedule/make.code.defn')
-rw-r--r--src/schedule/make.code.defn11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/schedule/make.code.defn b/src/schedule/make.code.defn
new file mode 100644
index 00000000..3ed1612d
--- /dev/null
+++ b/src/schedule/make.code.defn
@@ -0,0 +1,11 @@
+# Source files for the src/schedule directory.
+#
+# $Header$
+
+SRCS=\
+ScheduleSorter.c\
+ScheduleCreater.c\
+ScheduleTraverse.c
+
+
+