Refactor state into a separate [Whenstate] module.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 23 Feb 2012 13:23:25 +0000 (13:23 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 23 Feb 2012 13:29:59 +0000 (13:29 +0000)
commit108dd86b36e82df2a2029dbd12700f9c83e501c1
tree6743331aba10a729284dd3a4225644461932fa32
parentebe6d6b9e63f444d4f257d7fad4439a62267e48f
Refactor state into a separate [Whenstate] module.

The new module contains all jobs and variables.
daemon/daemon.ml
lib/Makefile.am
lib/whenexpr.ml
lib/whenexpr.mli
lib/whenfile.ml
lib/whenfile.mli
lib/whenstate.ml [new file with mode: 0644]
lib/whenstate.mli [new file with mode: 0644]
tests/parsing/test_load.ml
tools/whenjobs.ml