Changeset 3706b2 in git for Singular/ssiLink.cc
- Timestamp:
- May 18, 2012, 1:42:21 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e5324ae0d87043f3dd2f19e754586d0028d614cc
- Parents:
- d0015c9c5906ccd1040927a2140a137a93d743b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ssiLink.cc
rd0015c r3706b2 784 784 //myynest=0; 785 785 fe_fgets_stdin=fe_fgets_dummy; 786 786 WerrorS_callback=WerrorS_batch; 787 787 if ((u!=NULL)&&(u->rtyp==IDHDL)) 788 788 { … … 1207 1207 return ssiRead1(l); 1208 1208 } 1209 case 99: ssiClose(l); exit(0);1209 case 99: ssiClose(l); m2_end(0); 1210 1210 case 0: if (feof(d->f_read)) 1211 1211 { … … 1402 1402 { 1403 1403 // input: L: a list with links of type 1404 // ssi- fork, ssi-tcp, MPtcp-fork or MPtcp-launch.1404 // ssi-connect, ssi-fork, ssi-tcp, MPtcp-fork or MPtcp-launch. 1405 1405 // Note: Not every entry in L must be set. 1406 1406 // timeout: timeout for select in micro-seconds … … 1479 1479 if (((strcmp(l->m->type,"ssi")!=0) && (strcmp(l->m->type,"MPtcp")!=0)) 1480 1480 || ((strcmp(l->mode,"fork")!=0) && (strcmp(l->mode,"tcp")!=0) 1481 && (strcmp(l->mode,"launch")!=0) ))1482 { 1483 WerrorS("all links must be of type ssi:fork, ssi:tcp, MPtcp:fork\n");1484 WerrorS(" or MPtcp:launch");1481 && (strcmp(l->mode,"launch")!=0) && (strcmp(l->mode,"connect")!=0))) 1482 { 1483 WerrorS("all links must be of type ssi:fork, ssi:tcp, ssi:connect,"); 1484 WerrorS(" MPtcp:fork or MPtcp:launch"); 1485 1485 return -2; 1486 1486 }
Note: See TracChangeset
for help on using the changeset viewer.