summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index bb24e80e087..914184c49b3 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -88,6 +88,11 @@ public:
};
/**
+ * Logs the metadata for a client connection once it is finalized.
+ */
+void logClientMetadata(Client* client);
+
+/**
* AuthenticateEvent is a opaque view into a finished authentication handshake.
*
* This object is only valid within its initial stack context.