L4Sys campaign: GPRFLIP and MEM injections
Change-Id: I0c4a6bf6b80d6620c035595c11663121f504f4d5
This commit is contained in:
@ -158,7 +158,7 @@ void L4SysCampaign::cb_send_pilot(DatabaseCampaignMessage p)
|
|||||||
#endif
|
#endif
|
||||||
L4SysExperimentData *d = new L4SysExperimentData;
|
L4SysExperimentData *d = new L4SysExperimentData;
|
||||||
d->msg.mutable_fsppilot()->CopyFrom(p);
|
d->msg.mutable_fsppilot()->CopyFrom(p);
|
||||||
//d->msg.set_exp_type(d->msg.GPRFLIP);
|
d->msg.set_exp_type(d->msg.GPRFLIP);
|
||||||
d->msg.set_exp_type(d->msg.MEM);
|
//d->msg.set_exp_type(d->msg.MEM);
|
||||||
campaignmanager.addParam(d);
|
campaignmanager.addParam(d);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user