aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--udp_flow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp_flow.c b/udp_flow.c
index a29f356..865702c 100644
--- a/udp_flow.c
+++ b/udp_flow.c
@@ -267,6 +267,7 @@ flow_sidx_t udp_flow_from_sock(const struct ctx *c, uint8_t pif,
* @daddr: Destination address guest side
* @srcport: Source port on guest side
* @dstport: Destination port on guest side
+ * @now: Current timestamp
*
* Return: sidx for the destination side of the flow for this packet, or
* FLOW_SIDX_NONE if we couldn't find or create a flow.