]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/pktsched/pktsched_priq.c
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / net / pktsched / pktsched_priq.c
index 78da2f1b18a1ce6bc0feceb37d003f9565fc6613..ffbf5cf2810fa7069f5e9101459e70644bdc8c88 100644 (file)
@@ -1103,7 +1103,7 @@ priq_setup_ifclassq(struct ifclassq *ifq, u_int32_t flags)
 
        err = ifclassq_attach(ifq, PKTSCHEDT_PRIQ, pif,
            priq_enqueue_ifclassq, priq_dequeue_ifclassq, NULL,
-           priq_request_ifclassq);
+           NULL, priq_request_ifclassq);
 
        /* cache these for faster lookup */
        if (err == 0) {