]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/altq/altq_fairq.c
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / net / altq / altq_fairq.c
index 2846547619bfde344fee4a1ab0350606a3c37387..69dcf22098d4721e17be96d7a7f6d22904c326ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 Apple Inc. All rights reserved.
+ * Copyright (c) 2011-2013 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -260,6 +260,10 @@ altq_fairq_request(struct ifaltq *altq, enum altrq req, void *arg)
        case ALTRQ_EVENT:
                fairq_event(fif, (cqev_t)arg);
                break;
+
+       case ALTRQ_THROTTLE:
+       default:
+               break;
        }
        return (0);
 }