From 28ff3a5f5499b2c4c732dfabbb326a5f91271cd7 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 18 May 2005 17:16:15 +0000 Subject: Replace dummy routines by socket routines that send the information to a portal. No error checking yet, though. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@4 83718e91-0e4f-0410-abf4-91180603181f --- param.ccl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 582c241..daf2a42 100644 --- a/param.ccl +++ b/param.ccl @@ -1,2 +1,23 @@ # Parameter definitions for thorn Formaline # $Header$ + + + +BOOLEAN announce_to_portal "Announce to the portal" +{ +} yes + +STRING portal_hostname "Portal host name" +{ + "" :: "" +} "portal.cct.lsu.edu" + +INT portal_port "Portal port" +{ + 1:65535 :: "" +} 9296 + +STRING portal_username "User name on the portal" +{ + "" :: "" +} "" -- cgit v1.2.3