ofdbus/dbus/tsrc/testapps/match_rule_server/src/match_rule_server.c
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   175 	
   175 	
   176 	fd = open(fifopath, O_WRONLY);
   176 	fd = open(fifopath, O_WRONLY);
   177     if (fd > 0)
   177     if (fd > 0)
   178         {
   178         {
   179         buf1 = "done2"; //for checkpoint 2
   179         buf1 = "done2"; //for checkpoint 2
   180         sleep(2);
       
   181         err = write(fd, buf1, strlen(buf1));
   180         err = write(fd, buf1, strlen(buf1));
   182         close(fd);
   181         close(fd);
   183         }
   182         }
   184 
   183 
   185 	while(TRUE)
   184 	while(TRUE)