Skip to content
Snippets Groups Projects

Allow IPC table to be built in a simulation mode that allows the receiver to fill it

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:export-ipc-info into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -110,7 +110,7 @@ sub printFrontEndVars {
print ::OUT "#define COMMDATA_INLINE\n";
print ::OUT "#include \"commData3.h\"\n";
print ::OUT "static int myIpcCount;\n";
print ::OUT "static CDS_IPC_INFO ipcInfo[$::ipcxCnt];\n\n";
print ::OUT "CDS_IPC_INFO ipcInfo[$::ipcxCnt];\n\n";
}
}
Loading