X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-handle-internal.h;h=2b5a5ae198e75163458c0f696184c92e11b9f23d;hp=4a56e2802b3ae280f99bf9820b48dbc5358a0456;hb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;hpb=6cba487f031260536d6a77acde888c8b1a876fcf diff --git a/include/babeltrace/trace-handle-internal.h b/include/babeltrace/trace-handle-internal.h index 4a56e280..2b5a5ae1 100644 --- a/include/babeltrace/trace-handle-internal.h +++ b/include/babeltrace/trace-handle-internal.h @@ -20,6 +20,14 @@ * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. */ #include @@ -38,8 +46,10 @@ struct bt_trace_handle { struct trace_descriptor *td; struct format *format; char path[PATH_MAX]; - uint64_t timestamp_begin; - uint64_t timestamp_end; + uint64_t real_timestamp_begin; + uint64_t real_timestamp_end; + uint64_t cycles_timestamp_begin; + uint64_t cycles_timestamp_end; }; /*