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

[titan] new status variable hdd

File:
1 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        {
Note: See TracChangeset for help on using the changeset viewer.