Changeset 34375


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

[titan] new status variable hdd

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/harddisk.h

    r34279 r34375  
    980980                        {
    981981                                hdd = node->next;
     982                                status.hdd = hdd;
    982983                                if(hdd != NULL)
    983984                                        hdd->prev = NULL;
     
    10561057        if(prev == NULL)
    10571058                hdd = newnode;
     1059                status.hdd = hdd;
    10581060        else
    10591061        {
  • titan/titan/struct.h

    r34166 r34375  
    15561556        int stats;
    15571557        char* url;
     1558        char* hdd;
    15581559} status;
    15591560
Note: See TracChangeset for help on using the changeset viewer.