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