summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h')
-rw-r--r--lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h b/lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h
index 92117f84..aa98ff7f 100644
--- a/lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h
+++ b/lib/avtp_pipeline/platform/Linux/rawsock/ring_rawsock.h
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -88,7 +89,7 @@ U8* ringRawsockGetTxFrame(void *pvRawsock, bool blocking, unsigned int *len);
bool ringRawsockRelTxFrame(void *pvRawsock, U8 *pBuffer);
// Release a TX frame, and mark it as ready to send
-bool ringRawsockTxFrameReady(void *pvRawsock, U8 *pBuffer, unsigned int len);
+bool ringRawsockTxFrameReady(void *pvRawsock, U8 *pBuffer, unsigned int len, U64 timeNsec);
// Send all packets that are ready (i.e. tell kernel to send them)
int ringRawsockSend(void *pvRawsock);