Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 551 → Rev 552

/shark/trunk/tracer/newtrace/FTrace.c
455,6 → 455,7
}
 
FT_temp->flags |= FTRACE_CHUNK_FLAG_BUSY;
FTrace_OSD_update_chunk_flags(FT_temp);
 
FTrace_unlock();
 
498,6 → 499,7
/* Set the new chunk flags and update the main table */
New_chunk->flags = new_flags;
New_chunk->flags |= FTRACE_CHUNK_FLAG_COMPR;
FTrace_OSD_update_chunk_flags(New_chunk);
ChunkTable[number] = New_chunk;
FTrace_unlock();
531,6 → 533,7
}
 
FT_temp->flags |= FTRACE_CHUNK_FLAG_BUSY;
FTrace_OSD_update_chunk_flags(FT_temp);
 
FTrace_unlock();
 
546,6 → 549,7
/* Set the new chunk flags */
FT_temp->flags = new_flags;
FTrace_OSD_update_chunk_flags(FT_temp);
FTrace_unlock();