Changeset 34379


Ignore:
Timestamp:
05/26/15 20:46:02 (8 years ago)
Author:
gost
Message:

reset

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/harddisk.h

    r34376 r34379  
    980980                        {
    981981                                hdd = node->next;
    982                                 status.hddnode = hdd;
    983982                                if(hdd != NULL)
    984983                                        hdd->prev = NULL;
     
    10581057        {
    10591058                hdd = newnode;
    1060                 status.hddnode = hdd;
    10611059        }
    10621060        else
  • titan/titan/struct.h

    r34377 r34379  
    15561556        int stats;
    15571557        char* url;
    1558         struct hdd* hddnode;
    15591558} status;
    15601559
Note: See TracChangeset for help on using the changeset viewer.