dispersion adaptative scrolling
[lttv.git] / ltt / branches / yangxx / convert / convert.c
index 67ee263080e2579d49153a63089063360291660f..2b79d5d555b593296c6e6c20a5045e0eae0f9ec7 100644 (file)
@@ -384,6 +384,9 @@ int main(int argc, char ** argv){
       }
       evId = *(uint8_t *)cur_pos;
       newId = evId;
+      if(evId == TRACE_HEARTBEAT) {
+       newId = 19;
+      }
       cur_pos += sizeof(uint8_t);
       time_delta = *(uint32_t*)cur_pos;
       cur_pos += sizeof(uint32_t); 
This page took 0.023782 seconds and 4 git commands to generate.