Changeset 33519
- Timestamp:
- Mar 13, 2012, 5:56:44 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/libdvo
- Files:
-
- 2 edited
-
include/dvo.h (modified) (1 diff)
-
src/HostTable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33475 r33519 238 238 239 239 typedef enum { 240 DATA_ON_TGT = 0x01, 241 DATA_COPY_FAILURE = 0x02, 240 DATA_ON_TGT = 0x01, 241 DATA_ON_BCK = 0x02, 242 DATA_USE_BCK = 0x04, 243 244 DATA_COPY_FAILURE = 0x80, 242 245 } SkyTableDataFlags; 243 246 -
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/HostTable.c
r33483 r33519 216 216 int Nmax = 0; 217 217 for (i = 0; i < table->Nhosts; i++) { 218 if (!table->hosts[i].pid) continue; // any unconnected hosts should be skipped 218 219 FD_SET (table->hosts[i].stdio[HOST_STDIN], &wtSet); 219 220 Nmax = MAX (Nmax, table->hosts[i].stdio[HOST_STDIN]);
Note:
See TracChangeset
for help on using the changeset viewer.
