targets/Xenomai/plc_Xenomai_main.c
changeset 1903 084256be3658
parent 1717 a86deec92e08
child 1974 b3a110daa135
equal deleted inserted replaced
1902:2b7e2db31d81 1903:084256be3658
   361            rt_pipe_write(&Python_pipe, &cmd, sizeof(cmd), P_NORMAL);
   361            rt_pipe_write(&Python_pipe, &cmd, sizeof(cmd), P_NORMAL);
   362         }/* otherwise, no signaling from non real time */
   362         }/* otherwise, no signaling from non real time */
   363     }    /* as plc does not wait for lock. */
   363     }    /* as plc does not wait for lock. */
   364 }
   364 }
   365 
   365 
       
   366 #ifndef HAVE_RETAIN
   366 int CheckRetainBuffer(void)
   367 int CheckRetainBuffer(void)
   367 {
   368 {
   368 	return 1;
   369 	return 1;
   369 }
   370 }
   370 
   371 
   389 }
   390 }
   390 
   391 
   391 void InitRetain(void)
   392 void InitRetain(void)
   392 {
   393 {
   393 }
   394 }
       
   395 #endif // !HAVE_RETAIN