Index: src/common/ipcstructs.h =================================================================== diff -u -N -r2d7bee54f998ae8f5d4145a2cf3f4a589253016f -r3d1951f52696fe21e01618e1bbfb9e14745a3827 --- src/common/ipcstructs.h (.../ipcstructs.h) (revision 2d7bee54f998ae8f5d4145a2cf3f4a589253016f) +++ src/common/ipcstructs.h (.../ipcstructs.h) (revision 3d1951f52696fe21e01618e1bbfb9e14745a3827) @@ -47,6 +47,13 @@ }; #pragma pack(pop) +enum ECopyDataType +{ + eCDType_TaskDefinitionContent, + eCDType_TaskDefinitionContentSpecial, + eCDType_CommandLineArguments, +}; + // shared memory size in bytes #define SHARED_BUFFERSIZE 65536