aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 9a447c89f2cb16d2c9b49313e199084c9ad37114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Interface definition for thorn Formaline
# $Header$

IMPLEMENTS: Formaline

# for HTTP_Port()
USES INCLUDE HEADER: http_Content.h

USES INCLUDE HEADER: Announce.h



# Return a pointer to an unmodifiable C string
# which contains a unique ID for this build
CCTK_POINTER_TO_CONST \
FUNCTION UniqueBuildID (CCTK_POINTER_TO_CONST IN cctkGH)

PROVIDES FUNCTION UniqueBuildID \
    WITH Formaline_UniqueBuildID \
    LANGUAGE C



# Return a pointer to an unmodifiable C string
# which contains a unique ID for this simulation
CCTK_POINTER_TO_CONST \
FUNCTION UniqueSimulationID (CCTK_POINTER_TO_CONST IN cctkGH)

PROVIDES FUNCTION UniqueSimulationID \
    WITH Formaline_UniqueSimulationID \
    LANGUAGE C