about summary refs log tree commit homepage
path: root/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'probes.d')
-rw-r--r--probes.d6
1 files changed, 4 insertions, 2 deletions
diff --git a/probes.d b/probes.d
index 4be0d6c..6a0ced8 100644
--- a/probes.d
+++ b/probes.d
@@ -9,14 +9,16 @@
 provider cmogstored {
         probe http_rderr(size_t buf_len, int err);
         probe http_rdclose(size_t buf_len);
-        probe http_accepted(int fd, const char *host, const char *port);
+        probe http_accepted(int fd, const char *host, const char *port,
+                                const char *listen_addr);
 
         probe http_req_begin(bool pipelined);
         /* DWARF: http_process_client */
         /* DWARF: mog_http_get_open */
         probe http_req_end();
 
-        probe mgmt_accepted(int fd, const char *host, const char *port);
+        probe mgmt_accepted(int fd, const char *host, const char *port,
+                                const char *listen_addr);
         probe mgmt_rderr(struct mog_fd *mfd, size_t buf_len, int err);
         probe mgmt_rdclose(struct mog_fd *mfd, size_t buf_len);