aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2007-08-29 12:34:48 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2007-08-29 12:34:48 +0000
commitfd620c91b16ec633407d347b40315546464a45d4 (patch)
tree29182b72fe9301397439b2a32850d6281969e34d /schedule.ccl
parentf087ca19300df86166e298c305d42143ad67704d (diff)
- register callbacks for the Publish API
these callbacks collect published information and send it to an external RDF information service - use the Publish API to periodically announce simulation metadata runtime information git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@132 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 12 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a9f84fb..5b897eb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,8 +19,12 @@ if (collect_metadata)
OPTIONS: meta
} "Print the build and simulation ids"
-
-
+ SCHEDULE Formaline_RegisterPublishRDF_Callbacks IN RegisterPublishCallbacks
+ {
+ LANG: C
+ OPTIONS: meta
+ } "Register RDF callbacks for the Publish API"
+
SCHEDULE Formaline_RegisterWarnings AT wragh
{
LANG: C
@@ -45,4 +49,10 @@ if (collect_metadata)
OPTIONS: global
} "Put some meta information about the current run into permanent storage"
+ SCHEDULE Formaline_UnregisterPublishRDF_Callbacks IN UnregisterPublishCallbacks
+ {
+ LANG: C
+ OPTIONS: meta
+ } "Unregister RDF callbacks for the Publish API"
+
}