X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-handle-internal.h;h=924c730c390dc33f17bebb8ce58ac5cdb47529cb;hb=f3985ab106d89d8e764c1a8dd0c8bda09b755d10;hp=362008227b214adc9e38f4477506996a93d2dc6a;hpb=03798a93f959f6c694fe98f5647481947607c604;p=babeltrace.git diff --git a/include/babeltrace/trace-handle-internal.h b/include/babeltrace/trace-handle-internal.h index 36200822..924c730c 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 @@ -35,13 +43,13 @@ */ struct bt_trace_handle { int id; - struct trace_descriptor *td; - struct format *format; + struct bt_trace_descriptor *td; + struct bt_format *format; char path[PATH_MAX]; - uint64_t real_timestamp_begin; - uint64_t real_timestamp_end; - uint64_t cycles_timestamp_begin; - uint64_t cycles_timestamp_end; + int64_t real_timestamp_begin; + int64_t real_timestamp_end; + int64_t cycles_timestamp_begin; + int64_t cycles_timestamp_end; }; /*