diff options
Diffstat (limited to 'extras/hs-test/infra/utils.go')
-rw-r--r-- | extras/hs-test/infra/utils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/infra/utils.go b/extras/hs-test/infra/utils.go index b690efc32ca..bd603f863fc 100644 --- a/extras/hs-test/infra/utils.go +++ b/extras/hs-test/infra/utils.go @@ -17,6 +17,7 @@ import ( const networkTopologyDir string = "topo-network/" const containerTopologyDir string = "topo-containers/" +const HttpCapsuleTypeDatagram = uint64(0) type Stanza struct { content string |