- Small fixes to histogram memory software
- Added simulation directories and instruments
This commit is contained in:
@@ -1721,7 +1721,7 @@
|
||||
rply_status_setup_and_send (skt, reply, KER__BAD_CREATE, is, /* No */
|
||||
"Filler creation failed");
|
||||
printf ("\n%s -- creation of FILLER failed: %d.\n",
|
||||
Tsk_name[index], status);
|
||||
Tsk_name[index], is);
|
||||
free_HM_memory (NULL);
|
||||
Cfgn_done = 0;
|
||||
return ERROR;
|
||||
@@ -3447,7 +3447,7 @@
|
||||
return -1; /* Yes. */
|
||||
}else { /* No */
|
||||
Filler_pid = created_pid;
|
||||
tmo = 1000; /* Normally give FILLER 1000 ticks to ..
|
||||
tmo = 10000; /* Normally give FILLER 1000 ticks to ..
|
||||
** .. get going */
|
||||
if (suspendMode != 0) {
|
||||
tmo = WAIT_FOREVER; /* But in debug mode, wait forever! */
|
||||
|
||||
Reference in New Issue
Block a user