[Fault-injection-developer] [RFC] RE: Change Code Segment's user mode interface
Status: Alpha
Brought to you by:
rustyl
From: Zhuang, L. <lou...@in...> - 2003-01-09 01:13:59
|
> Detach code segment from a trigger, > use echo "detach trigger_name" > ctl or echo "detach" > ctl? > I think first is better. > If we want attach more than one trigger to codesegment in future. > The first way maybe have better expansibility. :) Let's think twice at the point. "Shall we support multi-multi relationship between trigger and codesegment"? Because there are no way to judge which trigger is the caller of the execute, we *assume* the code segment implictly knows who call it. The assumption implict a multi-one relationship between trigger and code segment. Does this make sense? Shall we get rid of the assumption for 'extensibility'? request for you coments. -Louis |