summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authortilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:23:41 +0000
committertilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:23:41 +0000
commitdf2e8131e92f1967eb61fb443036fdf9491ce745 (patch)
treeff896c23081a2c04ef47d1be583c9c7e612e7fe0 /zaptel.h
parente7324ee365da30e9b7b18d6baaec5ae21de1894b (diff)
Bug 5126 - Fix for incompatiblities between the TDMo* drivers and the 2.6 kernel
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1157 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index c666c80..55542f3 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -1347,6 +1347,9 @@ struct zt_dynamic_driver {
/* Transmit a given message */
int (*transmit)(void *tpipe, unsigned char *msg, int msglen);
+ /* Flush any pending messages */
+ int (*flush)(void);
+
struct zt_dynamic_driver *next;
};