Changeset 31646


Ignore:
Timestamp:
12/09/14 17:51:01 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/rectimer.h

    r31644 r31646  
    542542                                char* cmd = NULL;
    543543                                cmd = ostrcat("ls -al ", getconfig("rec_path", NULL), 0, 0);
    544                                 cmd = ostrcat(cmd, " >/dev/null", 1, 0);
     544//                              cmd = ostrcat(cmd, " >/dev/null", 1, 0);
    545545                                printf("cmd: %s\n", cmd);
    546546                                system(cmd);
    547547                                free(cmd), cmd = NULL;
     548                                sleep(1);
     549                                cmd = NULL;
     550                                cmd = ostrcat("ls -al ", getconfig("rec_path", NULL), 0, 0);
     551//                              cmd = ostrcat(cmd, " >/dev/null", 1, 0);
     552                                printf("cmd: %s\n", cmd);
     553                                system(cmd);
     554                                free(cmd), cmd = NULL;
     555
    548556                                // workaround end       
    549557                                ret = recordstart(chnode, -1, 0, RECTIMER, node->end, node);
Note: See TracChangeset for help on using the changeset viewer.