From fd620c91b16ec633407d347b40315546464a45d4 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 29 Aug 2007 12:34:48 +0000 Subject: - 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 --- param.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 1598231..e505332 100644 --- a/param.ccl +++ b/param.ccl @@ -14,6 +14,11 @@ REAL update_interval "Update interval for the meta information (in seconds)" STE 0:* :: "" } 600.0 +INT publish_level "Importance level for meta data to be published via the Publish API" STEERABLE=always +{ + 0:10 :: "the lower the level the more important the meta data to be published" +} 1 + INT timeout "Timeout for sending meta information to a server (in seconds)" STEERABLE=always { 1:* :: "a positive value" -- cgit v1.2.3