L4Sys campaign: GPRFLIP and MEM injections

Change-Id: I0c4a6bf6b80d6620c035595c11663121f504f4d5
This commit is contained in:
Björn Döbel
2013-09-11 18:01:04 +02:00
parent b7d03f64d4
commit 37eda90971

View File

@ -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);
} }