Index: NVMgmt.c =================================================================== diff -u -r0c757e469768260ba8dbe376b3d4593a5349976c -r264676c46cb17ae02a897f349abe5af6596537e9 --- NVMgmt.c (.../NVMgmt.c) (revision 0c757e469768260ba8dbe376b3d4593a5349976c) +++ NVMgmt.c (.../NVMgmt.c) (revision 264676c46cb17ae02a897f349abe5af6596537e9) @@ -94,8 +94,11 @@ initNVDriver(); initNVJobQ(); + +#ifdef _DD_ initNVMessagingDD(); initNVRecordsDD(); +#endif enqueueReadAllRecords(); }