Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [PATCH babeltrace] Fix: Python bindings build fix.	Reflects SEEK_END API change.
Date: Wed, 16 Jan 2013 17:59:28 -0500	[thread overview]
Message-ID: <20130116225928.GA16371@Krystal> (raw)
In-Reply-To: <1358358781-26056-1-git-send-email-jeremie.galarneau@efficios.com>

* J?r?mie Galarneau (jeremie.galarneau at efficios.com) wrote:
> 
> Signed-off-by: J?r?mie Galarneau <jeremie.galarneau at efficios.com>

merged into bindings/python

Thanks!

Mathieu

> ---
>  bindings/python/babeltrace.i.in | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/bindings/python/babeltrace.i.in b/bindings/python/babeltrace.i.in
> index c8e4923..b693f02 100644
> --- a/bindings/python/babeltrace.i.in
> +++ b/bindings/python/babeltrace.i.in
> @@ -245,8 +245,7 @@ struct bt_iter_pos *bt_iter_create_time_pos(struct bt_iter *iter, uint64_t times
>  %rename("SEEK_RESTORE") BT_SEEK_RESTORE;
>  %rename("SEEK_CUR") BT_SEEK_CUR;
>  %rename("SEEK_BEGIN") BT_SEEK_BEGIN;
> -%rename("SEEK_END") BT_SEEK_END;
> -
> +%rename("SEEK_LAST") BT_SEEK_LAST;
>  
>  // This struct is taken from iterator.h
>  // All changes to the struct must also be made here
> @@ -256,7 +255,7 @@ struct bt_iter_pos {
>  		BT_SEEK_RESTORE,	/* uses u.restore */
>  		BT_SEEK_CUR,
>  		BT_SEEK_BEGIN,
> -		BT_SEEK_END,
> +		BT_SEEK_LAST
>  	} type;
>  	union {
>  		uint64_t seek_time;
> -- 
> 1.8.1.1
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



      reply	other threads:[~2013-01-16 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-16 17:53 Jérémie Galarneau
2013-01-16 22:59 ` Mathieu Desnoyers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130116225928.GA16371@Krystal \
    --to=mathieu.desnoyers@efficios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox