X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Flibcfs%2Fwinnt%2Fwinnt-tracefile.c;h=6a99d7bc02ebc62ee96b41c9d524d70ddab9fb4d;hb=744f5f8e6d8b902953431b0a39542b86c09275b1;hp=6e63f49aac59a63107476f6c7cc40e6e0b157851;hpb=6c80ca6ae2fdecc8653b8309b61d602c2746033d;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/winnt/winnt-tracefile.c b/libcfs/libcfs/winnt/winnt-tracefile.c index 6e63f49..6a99d7b 100644 --- a/libcfs/libcfs/winnt/winnt-tracefile.c +++ b/libcfs/libcfs/winnt/winnt-tracefile.c @@ -176,6 +176,7 @@ cfs_set_ptldebug_header(struct ptldebug_header *header, int subsys, int mask, header->ph_subsys = subsys; header->ph_mask = mask; header->ph_cpu_id = cfs_smp_processor_id(); + header->ph_type = cfs_trace_buf_idx_get(); header->ph_sec = (__u32)tv.tv_sec; header->ph_usec = tv.tv_usec; header->ph_stack = stack;