mars/sy_old
Thomas Schoebel-Theuer 28d433cc81 trans_logger: fix potential race on log_input
During logrotate, there may exist writeback clusters
with mixed log_inputs. Each sub_mref now gets its individual
log_input inherited from the orig_mref. Add ref counting
to ensure that cleanup can never occur on an active log_input.
2013-01-23 20:06:57 +01:00
..
README import mars-119.tgz 2013-01-08 15:54:39 +01:00
mars_light.c trans_logger: fix potential race on log_input 2013-01-23 20:06:57 +01:00
mars_proc.c trans_logger: make completion_semantics configurable 2013-01-23 20:06:57 +01:00
mars_proc.h import mars-125.tgz 2013-01-08 15:54:44 +01:00
strategy.h server: lockless dent shipping 2013-01-23 20:06:54 +01:00
sy_generic.c infra: automatic timestamps in mars_symlink() 2013-01-23 20:06:54 +01:00
sy_net.c infra: fix memleak on remote dent lists 2013-01-23 20:06:51 +01:00

README

This is ugly code from a first prototype trial.
It will disappear as soon as the new strategy layer has been
implemented. The new system will use an interpreter for automated
pattern matching and triggering actions, in a much more generic
fashion than hand-crafted here.