summaryrefslogtreecommitdiff
path: root/mac/sar/test/maximus_test/src/Maximus_sar.cpp
diff options
context:
space:
mode:
authorlaranjeiro2007-09-24 14:24:42 +0000
committerlaranjeiro2007-09-24 14:24:42 +0000
commit98f35fe22dff12727e22e5b09fb8d44eb1668969 (patch)
tree52b5a208ab3478e94c8806641793a5a673c069f8 /mac/sar/test/maximus_test/src/Maximus_sar.cpp
parent75c0b779a8c87765c6dafd64e6fd8807bff3eb77 (diff)
error on execution see #30
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@732 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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/sar/test/maximus_test/src/Maximus_sar.cpp b/mac/sar/test/maximus_test/src/Maximus_sar.cpp
index 2ba56776c2..1fec740584 100644
--- a/mac/sar/test/maximus_test/src/Maximus_sar.cpp
+++ b/mac/sar/test/maximus_test/src/Maximus_sar.cpp
@@ -142,7 +142,7 @@ int main (int argc, char *argv[])
sar_max_job->next->tei_dest = 2;
sar_max_job->next->bcast = false;
sar_max_job->next->mf_type = 2;
- sar_max_job->packet_id = 1;
+ sar_max_job->packet_id = 2;
max_jobs_qte = 2;
@@ -182,7 +182,7 @@ int launch_x_segs (int argc, char *argv[], sar_max_job_t *sar_max_job)
Sta station1 = maximus.create_sta ();
//station1.debug ();
Sta station2 = maximus.create_sta ();
- //station2.debug ();
+ station2.debug ();
// activate the sta 1 logs
Msg fc = maximus.create_fc ("activate_logs");