Changeset 40187


Ignore:
Timestamp:
02/28/17 00:44:56 (7 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r40185 r40187  
    555555                m_unlock(&status.tithekmutex, 20);
    556556
     557                if(ostrcmp(node->filename, "/media/hdd/.tithek/python.tar") == 0 || ostrcmp(node->filename, "/var/swap/.tithek/python.tar") == 0 || ostrcmp(node->filename, "/mnt/.tithek/python.tar") == 0)
     558                {
     559                        printf("[tithek] sleep: 10\n");
     560                        sleep(10);
     561                        printf("[tithek] start Download: %s\n", node->filename);
     562                }
     563
    557564                gethttpreal(node->host, node->page, node->port, node->filename, node->auth, NULL, 0, NULL, NULL, node->timeout, 0);
    558565
Note: See TracChangeset for help on using the changeset viewer.