Changeset 34376
- Timestamp:
- 05/26/15 20:09:42 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/harddisk.h
r34375 r34376 980 980 { 981 981 hdd = node->next; 982 status.hdd = hdd;982 status.hddnode = hdd; 983 983 if(hdd != NULL) 984 984 hdd->prev = NULL; … … 1056 1056 1057 1057 if(prev == NULL) 1058 { 1058 1059 hdd = newnode; 1059 status.hdd = hdd; 1060 status.hddnode = hdd; 1061 } 1060 1062 else 1061 1063 { -
titan/titan/struct.h
r34375 r34376 1556 1556 int stats; 1557 1557 char* url; 1558 char* hdd ;1558 char* hddnode; 1559 1559 } status; 1560 1560
Note: See TracChangeset
for help on using the changeset viewer.