targets/Linux/plc_Linux_main.c
changeset 522 6bd373f930f2
parent 518 8e61b0066859
child 568 20a223828a06
equal deleted inserted replaced
521:02cb9e5fb6f6 522:6bd373f930f2
   197 void LockPython(void)
   197 void LockPython(void)
   198 {
   198 {
   199     pthread_mutex_lock(&python_mutex);
   199     pthread_mutex_lock(&python_mutex);
   200 }
   200 }
   201 
   201 
       
   202 int CheckRetainBuffer(void)
       
   203 {
       
   204 	return 1;
       
   205 }
       
   206 
   202 void Retain(unsigned int offset, unsigned int count, void *p)
   207 void Retain(unsigned int offset, unsigned int count, void *p)
   203 {
   208 {
   204 }
   209 }
   205 
   210 
   206 void Remind(unsigned int offset, unsigned int count, void *p)
   211 void Remind(unsigned int offset, unsigned int count, void *p)