Changeset 33779 for trunk/Ohana/src/libdvo
- Timestamp:
- Apr 13, 2012, 9:49:54 AM (14 years ago)
- Location:
- trunk/Ohana/src/libdvo
- Files:
-
- 2 edited
-
include/dvo.h (modified) (1 diff)
-
src/HostTable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r33649 r33779 268 268 int Nhosts; 269 269 HostInfo *hosts; 270 unsignedshort *index;270 short *index; 271 271 } HostTable; 272 272 -
trunk/Ohana/src/libdvo/src/HostTable.c
r33649 r33779 121 121 table->hosts = hosts; 122 122 123 ALLOCATE (table->index, unsignedshort, maxID + 1);123 ALLOCATE (table->index, short, maxID + 1); 124 124 for (i = 0; i <= maxID; i++) table->index[i] = -1; 125 125
Note:
See TracChangeset
for help on using the changeset viewer.
