Skip to content

Commit 7e68858

Browse files
committed
opal-client: Fix OPAL-RT naming
Signed-off-by: Steffen Vogel <[email protected]>
1 parent a790f66 commit 7e68858

File tree

1 file changed

+2
-2
lines changed
  • clients/opal-rt/rtlab-asyncip/models/send_receive/src

1 file changed

+2
-2
lines changed

clients/opal-rt/rtlab-asyncip/models/send_receive/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static void *RecvFromIPPort(void *arg) {
253253
for (int i = 0; i < msg->length; i++)
254254
mdldata[i] = (double)msg->data[i].f;
255255

256-
// Update OPAL model
256+
// Update OPAL-RT model
257257
OpalSetAsyncRecvIconStatus(msg->sequence,
258258
RecvID); // Set the Status to the message ID
259259
#elif PROTOCOL == GTNET_SKT
@@ -292,7 +292,7 @@ int main(int argc, char *argv[]) {
292292
// Check for the proper arguments to the program
293293
if (argc < 4) {
294294
printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize "
295-
"3-PrintShmemName\n");
295+
"3-SystemCtrlShmemName\n");
296296
exit(0);
297297
}
298298

0 commit comments

Comments
 (0)