hello_local       535 coordinatorapi.cpp   DmtcpMessage hello_local(DMT_NEW_WORKER);
hello_local       536 coordinatorapi.cpp   hello_local.virtualPid = -1;
hello_local       538 coordinatorapi.cpp   DmtcpMessage hello_remote = sendRecvHandshake(hello_local, progname);
hello_local       568 coordinatorapi.cpp   DmtcpMessage hello_local(DMT_NEW_WORKER);
hello_local       569 coordinatorapi.cpp   DmtcpMessage hello_remote = sendRecvHandshake(hello_local, progname);
hello_local       596 coordinatorapi.cpp   DmtcpMessage hello_local(DMT_RESTART_WORKER);
hello_local       597 coordinatorapi.cpp   hello_local.virtualPid = -1;
hello_local       598 coordinatorapi.cpp   hello_local.numPeers = np;
hello_local       599 coordinatorapi.cpp   hello_local.compGroup = compGroup;
hello_local       601 coordinatorapi.cpp   DmtcpMessage hello_remote = sendRecvHandshake(hello_local, progname,
hello_local      1124 dmtcp_coordinator.cpp   DmtcpMessage hello_local ( DMT_ACCEPT );
hello_local      1145 dmtcp_coordinator.cpp     hello_local.type = DMT_REJECT_NOT_RESTARTING;
hello_local      1146 dmtcp_coordinator.cpp     remote << hello_local;
hello_local      1153 dmtcp_coordinator.cpp     hello_local.type = DMT_REJECT_WRONG_COMP;
hello_local      1154 dmtcp_coordinator.cpp     remote << hello_local;
hello_local      1165 dmtcp_coordinator.cpp   hello_local.coordTimeStamp = curTimeStamp;
hello_local      1167 dmtcp_coordinator.cpp     memcpy(&hello_local.ipAddr, &localhostIPAddr, sizeof localhostIPAddr);
hello_local      1169 dmtcp_coordinator.cpp     memcpy(&hello_local.ipAddr, &sin->sin_addr, sizeof localhostIPAddr);
hello_local      1171 dmtcp_coordinator.cpp   remote << hello_local;
hello_local      1201 dmtcp_coordinator.cpp   DmtcpMessage hello_local(DMT_ACCEPT);
hello_local      1202 dmtcp_coordinator.cpp   hello_local.virtualPid = client->virtualPid();
hello_local      1218 dmtcp_coordinator.cpp     hello_local.compGroup = compId;
hello_local      1219 dmtcp_coordinator.cpp     remote << hello_local;
hello_local      1234 dmtcp_coordinator.cpp     hello_local.type = DMT_REJECT_NOT_RUNNING;
hello_local      1235 dmtcp_coordinator.cpp     remote << hello_local;
hello_local      1245 dmtcp_coordinator.cpp     hello_local.type = DMT_REJECT_WRONG_COMP;
hello_local      1246 dmtcp_coordinator.cpp     remote << hello_local;
hello_local      1269 dmtcp_coordinator.cpp     hello_local.compGroup = compId;
hello_local      1270 dmtcp_coordinator.cpp     hello_local.coordTimeStamp = curTimeStamp;
hello_local      1272 dmtcp_coordinator.cpp       memcpy(&hello_local.ipAddr, &localhostIPAddr, sizeof localhostIPAddr);
hello_local      1274 dmtcp_coordinator.cpp       memcpy(&hello_local.ipAddr, &sin->sin_addr, sizeof localhostIPAddr);
hello_local      1276 dmtcp_coordinator.cpp     remote << hello_local;