aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-18 17:16:15 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-18 17:16:15 +0000
commit28ff3a5f5499b2c4c732dfabbb326a5f91271cd7 (patch)
tree754b2463ac8d9d60b335155b8045b4e710bf182a /param.ccl
parent1f9dc994fce18f5bc3c9524479aab3d4fa6affcd (diff)
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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl21
1 files changed, 21 insertions, 0 deletions
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"
+{
+ "" :: ""
+} ""