summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i4b/driver/i4b_ing.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i4b/driver/i4b_ing.c b/sys/i4b/driver/i4b_ing.c
index 904c69a..47db65d 100644
--- a/sys/i4b/driver/i4b_ing.c
+++ b/sys/i4b/driver/i4b_ing.c
@@ -758,7 +758,7 @@ ng_ing_rcvdata(hook_p hook, item_p item)
/*
* Now queue the data for when it can be sent
*/
-
+#ifdef THIS_DOESNT_COMPILE
if (meta && meta->priority > 0)
{
xmitq_p = (&sc->xmitq_hipri);
@@ -767,6 +767,9 @@ ng_ing_rcvdata(hook_p hook, item_p item)
{
xmitq_p = (&sc->xmitq);
}
+#else
+ xmitq_p = (&sc->xmitq);
+#endif
s = splimp();
OpenPOWER on IntegriCloud