summaryrefslogtreecommitdiff
path: root/mac/sar/test/maximus_test/src/Maximus_sar.cpp
diff options
context:
space:
mode:
authorlaranjeiro2007-09-25 12:30:31 +0000
committerlaranjeiro2007-09-25 12:30:31 +0000
commitbfbe4df3e7e6326c62c490b88a94a709a1ff0419 (patch)
tree88f3f26c2dd78bd703f66b4eb2626581f2ce88b3 /mac/sar/test/maximus_test/src/Maximus_sar.cpp
parentd108f300e0bf7d4d2bd4454534d27b43170d8a13 (diff)
Test SAR on maximus with a unordered chain of PBs.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@740 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'mac/sar/test/maximus_test/src/Maximus_sar.cpp')
-rw-r--r--mac/sar/test/maximus_test/src/Maximus_sar.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/sar/test/maximus_test/src/Maximus_sar.cpp b/mac/sar/test/maximus_test/src/Maximus_sar.cpp
index f015122dba..b457286c20 100644
--- a/mac/sar/test/maximus_test/src/Maximus_sar.cpp
+++ b/mac/sar/test/maximus_test/src/Maximus_sar.cpp
@@ -181,7 +181,7 @@ int main (int argc, char *argv[])
*/
int launch_x_segs (int argc, char *argv[], sar_max_job_t *sar_max_job)
{
-// bool logs;
+ bool logs;
int i;
test_fail = false;
@@ -194,11 +194,11 @@ int launch_x_segs (int argc, char *argv[], sar_max_job_t *sar_max_job)
// station2.debug ();
// activate the sta 1 logs
-// Msg fc = maximus.create_fc ("activate_logs");
-// logs = true;
-// fc.add_param ("debug", sizeof(unsigned char), (unsigned char *) &logs);
-// //fc.send (station1);
-// fc.send (station2);
+ Msg fc = maximus.create_fc ("activate_logs");
+ logs = true;
+ fc.add_param ("rea", sizeof(unsigned char), (unsigned char *) &logs);
+ //fc.send (station1);
+ fc.send (station2);
segmentation (&maximus, &station1, station1_cb, sar_max_job);