Index: src/SolarFlareDriver.cc |
diff --git a/src/SolarFlareDriver.cc b/src/SolarFlareDriver.cc |
index 81ce97db0d493927dc2437fe5bf7f48fb2d394b5..23744c03493e93f35437ab956de49feafe70a4c4 100644 |
--- a/src/SolarFlareDriver.cc |
+++ b/src/SolarFlareDriver.cc |
@@ -532,10 +532,11 @@ SolarFlareDriver::newAddress(const ServiceLocator& serviceLocator) { |
/// See docs in the ``Driver'' class. |
void |
-SolarFlareDriver::sendPacket(const Driver::Address* recipient, |
- const void* header, |
- const uint32_t headerLen, |
- Buffer::Iterator *payload) |
+SolarFlareDriver::sendPacket(const Driver::Address *recipient, |
+ const void *header, |
ouster
2016/12/20 05:22:15
Revert the *changes.
|
+ uint32_t headerLen, |
+ Buffer::Iterator *payload, |
+ uint8_t priority) |
{ |
uint32_t udpPayloadLen = downCast<uint32_t>(headerLen |