]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/operational.c
should we touch timestamps when internally updating?
[openldap] / servers / slapd / back-monitor / operational.c
index 6c78297a85e0a864d01408de4d9e7b7835fe3ddb..2437b5f23009201ed216b3ba287859472fd23fcb 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2001-2004 The OpenLDAP Foundation.
+ * Copyright 2001-2005 The OpenLDAP Foundation.
  * Portions Copyright 2001-2003 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -50,9 +50,9 @@ monitor_back_operational(
                        ad_inlist( slap_schema.si_ad_hasSubordinates, rs->sr_attrs ) )
        {
                int                     hs;
-               struct monitorentrypriv *mp;
+               monitor_entry_t *mp;
 
-               mp = ( struct monitorentrypriv * )rs->sr_entry->e_private;
+               mp = ( monitor_entry_t * )rs->sr_entry->e_private;
 
                assert( mp );