Exemple #1
0
        public KillerConf(int TimeOut, KillMode Mode, int Repeat, KillActionType Action = KillActionType.KILL_USING_BOTH_RANDOMLY, KillVictimType VictimType = KillVictimType.KILL_RANDOMLY_BOTH)
        {
            timeout = TimeOut;
            mode    = Mode;
            repeat  = Repeat;

            action     = Action;
            victimtype = VictimType;
        }
Exemple #2
0
        public KillerConf(int TimeOut, KillMode Mode, int Repeat, KillActionType Action = KillActionType.KILL_USING_BOTH_RANDOMLY, KillVictimType VictimType = KillVictimType.KILL_RANDOMLY_BOTH)
        {
            timeout = TimeOut;
            mode = Mode;
            repeat = Repeat;

            action = Action;
            victimtype = VictimType;
        }