summaryrefslogtreecommitdiff
path: root/hpec/hpec_zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'hpec/hpec_zaptel.h')
-rw-r--r--hpec/hpec_zaptel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hpec/hpec_zaptel.h b/hpec/hpec_zaptel.h
index ded0226..99e753b 100644
--- a/hpec/hpec_zaptel.h
+++ b/hpec/hpec_zaptel.h
@@ -65,6 +65,11 @@ static void echo_can_init(void)
hpec_init(logger, debug, ZT_CHUNKSIZE, memalloc, memfree);
}
+static void echo_can_identify(char *buf, size_t len)
+{
+ strncpy(buf, "HPEC", len);
+}
+
static void echo_can_shutdown(void)
{
hpec_shutdown();