summaryrefslogtreecommitdiff
path: root/hpec
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-23 01:41:31 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-23 01:41:31 +0000
commite41ec82d5a0300a6991b24506d37365df0a39707 (patch)
tree3e4115dee8cd8da85b866832b5277970b1dec605 /hpec
parentef81c08aead4f64773442251b4eed786f60700a4 (diff)
bring in the rest of the support needed for HPEC
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2333 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'hpec')
-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();