public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH] udp: Add missing @now parameter doc to udp_flow_from_tap()
@ 2026-09-23 14:26 Laurent Vivier
  0 siblings, 0 replies; only message in thread
From: Laurent Vivier @ 2026-09-23 14:26 UTC (permalink / raw)
  To: passt-dev; +Cc: Laurent Vivier

udp_flow_from_tap() takes a @now parameter but its doc comment
omits it.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
---
 udp_flow.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/udp_flow.c b/udp_flow.c
index a29f356252fe..865702ce6756 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.
-- 
2.55.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 14:26 [PATCH] udp: Add missing @now parameter doc to udp_flow_from_tap() Laurent Vivier

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).