27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
|
|
From c6b96a0e10db061c9ab790b443f0bfd8220d7d3c Mon Sep 17 00:00:00 2001
|
||
|
|
From: lixiang_yewu <lixiang_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Mon, 2 Sep 2024 07:39:00 +0000
|
||
|
|
Subject: [PATCH] update io/trace-events. Parameters should remain consistent.
|
||
|
|
|
||
|
|
Signed-off-by: lixiang_yewu <lixiang_yewu@cmss.chinamobile.com>
|
||
|
|
---
|
||
|
|
io/trace-events | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/io/trace-events b/io/trace-events
|
||
|
|
index 3cc5cf1efd..79e1a19af7 100644
|
||
|
|
--- a/io/trace-events
|
||
|
|
+++ b/io/trace-events
|
||
|
|
@@ -38,7 +38,7 @@ qio_channel_file_new_path(void *ioc, const char *path, int flags, int mode, int
|
||
|
|
|
||
|
|
# channel-tls.c
|
||
|
|
qio_channel_tls_new_client(void *ioc, void *master, void *creds, const char *hostname) "TLS new client ioc=%p master=%p creds=%p hostname=%s"
|
||
|
|
-qio_channel_tls_new_server(void *ioc, void *master, void *creds, const char *aclname) "TLS new client ioc=%p master=%p creds=%p acltname=%s"
|
||
|
|
+qio_channel_tls_new_server(void *ioc, void *master, void *creds, const char *aclname) "TLS new client ioc=%p master=%p creds=%p aclname=%s"
|
||
|
|
qio_channel_tls_handshake_start(void *ioc) "TLS handshake start ioc=%p"
|
||
|
|
qio_channel_tls_handshake_pending(void *ioc, int status) "TLS handshake pending ioc=%p status=%d"
|
||
|
|
qio_channel_tls_handshake_fail(void *ioc) "TLS handshake fail ioc=%p"
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|