Changeset 3489
- Timestamp:
- 07/17/08 15:59:38 (4 months ago)
- Files:
-
- trunk/projects/bos/m2/allocation-cache.lisp (modified) (1 diff)
- trunk/projects/bos/m2/m2-store.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/allocation-cache.lisp
r2932 r3489 261 261 (store (subsystem allocation-cache-subsystem) &key until) 262 262 (declare (ignore until)) 263 (rebuild-cache)) 263 (rebuild-cache) 264 (bos.m2::invoke-store-transient-init-functions)) 264 265 265 266 (defmethod bknr.datastore::snapshot-subsystem (store (subsystem allocation-cache-subsystem)) trunk/projects/bos/m2/m2-store.lisp
r3168 r3489 65 65 new-store-transient-init-constraints)))) 66 66 67 (defmethod bknr.datastore::restore-store :after ((store m2-store) &key until) 68 (declare (ignore store until)) 67 (defun invoke-store-transient-init-functions () 69 68 (dolist (function-name *store-transient-init-functions*) 70 69 (funcall function-name))) 71
