targets/Linux/plc_Linux_main.c
changeset 1457 ff7cfce737ca
parent 1428 e14003eb4d42
child 1903 084256be3658
equal deleted inserted replaced
1456:e723c1dd6faa 1457:ff7cfce737ca
   230 void LockPython(void)
   230 void LockPython(void)
   231 {
   231 {
   232     pthread_mutex_lock(&python_mutex);
   232     pthread_mutex_lock(&python_mutex);
   233 }
   233 }
   234 
   234 
       
   235 void InitRetain(void)
       
   236 {
       
   237 }
       
   238 
       
   239 void CleanupRetain(void)
       
   240 {
       
   241 }
       
   242 
   235 int CheckRetainBuffer(void)
   243 int CheckRetainBuffer(void)
   236 {
   244 {
   237 	return 1;
   245 	return 1;
   238 }
   246 }
   239 
   247