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