aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorLaurent Vivier <lvivier@redhat.com>2026-09-23 16:26:31 +0200
committerStefano Brivio <sbrivio@redhat.com>2026-09-25 23:03:06 +0200
commitdf90211db4b08a06ed4e499ffa40bf8811100a2f (patch)
treed5487c5d699f3672456eb4eeb65dcc0cf74c9d72
parentf2683d14802d1430b383f48eb3105f11361edda1 (diff)
downloadpasst-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar.gz
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar.bz2
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar.lz
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar.xz
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.tar.zst
passt-df90211db4b08a06ed4e499ffa40bf8811100a2f.zip
udp: Add missing @now parameter doc to udp_flow_from_tap()HEAD2026_09_25.df90211master
udp_flow_from_tap() takes a @now parameter but its doc comment omits it. Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-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.