]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/trace/trace.c
Happy New Year!
[openldap] / contrib / slapd-modules / trace / trace.c
index 6e085a69164502724369711a06276ce5d89c79dd..b7fd4de0f21b99a1c5c3bc0b688d7fdeab7ea9ef 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2006-2013 The OpenLDAP Foundation.
+ * Copyright 2006-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -165,8 +165,7 @@ done:;
 }
 
 static int
-trace_db_init(
-       BackendDB *be )
+trace_db_init( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_INIT\n" );
@@ -190,8 +189,7 @@ trace_db_config(
 }
 
 static int
-trace_db_open(
-       BackendDB *be )
+trace_db_open( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_OPEN\n" );
@@ -200,8 +198,7 @@ trace_db_open(
 }
 
 static int
-trace_db_close(
-       BackendDB *be )
+trace_db_close( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_CLOSE\n" );
@@ -210,8 +207,7 @@ trace_db_close(
 }
 
 static int
-trace_db_destroy(
-       BackendDB *be )
+trace_db_destroy( BackendDB *be, ConfigReply *cr )
 {
        Log0( LDAP_DEBUG_ANY, LDAP_LEVEL_INFO,
                "trace DB_DESTROY\n" );