| | 1229 | | if (pvmrouteopt != PvmDontRoute) {
| | | 1230 | | if (buf[0] == '/') { | | | 1231 | | | | | 1232 | | #ifdef NOUNIXDOM | | | 1233 | | | | | 1234 | | pvmlogprintf( "%s CONREQ from t%x, ", | | | 1235 | | "pvm_tc_conreq()", src ); | | | 1236 | | pvmlogprintf( "Unix domain socket unsupported\n" ); | | | 1237 | | | | | 1238 | | #else | | | 1239 | | | | | | | ... | | | 1318 | | | | | 1319 | | | | | 1320 | | check_routeadd(pcbp); | | | 1321 | | } | | | 1322 | | } | | | 1323 | | } | | | 1324 | | } | | | 1325 | | } | | | 1326 | | } | | | 1327 | | | | | 1328 | | if (pvmdebmask & PDMROUTE)
| | | 1329 | | pvmlogprintf( "%s: sending CONACK to t%x\n", | | | 1330 | | "pvm_tc_conreq()", src ); | | | 1331 | | | | | 1332 | | sbf = pvm_setsbuf(pvm_mkbuf(PvmDataFoo));
| | | 1333 | | ttpro = TDPROTOCOL;
| | | 1334 | | pvm_pkint(&ttpro, 1, 1); | | | 1335 | | pvm_pkint(&ackd, 1, 1); | | | 1336 | | pvm_pkstr(addr); | | | 1337 | | i = pvmrescode; | | | 1338 | | pvmrescode = 1; | | | 1339 | | ictx = pvm_setcontext(SYSCTX_TC);
| | | 1340 | | pvm_send(src, TC_CONACK);
| | | 1341 | | pvm_setcontext(ictx); | | | 1342 | | pvmrescode = i; | | | 1343 | | pvm_freebuf(pvm_setsbuf(sbf)); | | | 1344 | | | | | 1345 | | if (ackd) |
|