Open Source Telephony
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [RFC PATCH 1/5] history: expand history API include file
Date: Mon, 22 Nov 2010 09:32:40 -0600	[thread overview]
Message-ID: <4CEA8D18.5020303@gmail.com> (raw)
In-Reply-To: <0db5c7f505293243a66ef977ba41f2d793e3c38b.1289819191.git.Andras.Domokos@nokia.com>

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]

Hi Andras,

On 11/15/2010 05:50 AM, Andras Domokos wrote:
> ---
>  include/history.h |    3 +++
>  src/ofono.h       |    4 ++++
>  2 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/include/history.h b/include/history.h
> index c1c4aa1..a2490f6 100644
> --- a/include/history.h
> +++ b/include/history.h
> @@ -49,6 +49,9 @@ struct ofono_history_driver {
>  	const char *name;
>  	int (*probe)(struct ofono_history_context *context);
>  	void (*remove)(struct ofono_history_context *context);
> +	void (*call_started)(struct ofono_history_context *context,
> +				const struct ofono_call *call,
> +				time_t start);
>  	void (*call_ended)(struct ofono_history_context *context,
>  				const struct ofono_call *call,
>  				time_t start, time_t end);

This belongs in a separate patch.

> diff --git a/src/ofono.h b/src/ofono.h
> index 4d76d20..61a0637 100644
> --- a/src/ofono.h
> +++ b/src/ofono.h
> @@ -368,6 +368,10 @@ void __ofono_netreg_set_base_station_name(struct ofono_netreg *netreg,
>  
>  void __ofono_history_probe_drivers(struct ofono_modem *modem);
>  
> +void __ofono_history_call_started(struct ofono_modem *modem,
> +				const struct ofono_call *call,
> +				time_t start);
> +
>  void __ofono_history_call_ended(struct ofono_modem *modem,
>  				const struct ofono_call *call,
>  				time_t start, time_t end);

This one should be grouped together with patch #2.

Regards,
-Denis

  reply	other threads:[~2010-11-22 15:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-15 11:50 [PATCH 0/5] Call Counters Andras Domokos
2010-11-15 11:50 ` [RFC PATCH 1/5] history: expand history API include file Andras Domokos
2010-11-22 15:32   ` Denis Kenzior [this message]
2010-11-15 11:50 ` [RFC PATCH 2/5] history: expand history API Andras Domokos
2010-11-15 11:50 ` [RFC PATCH 3/5] voicecall: take into use the new history function Andras Domokos
2010-11-15 11:50 ` [RFC PATCH 4/5] voicecall: add call counters Andras Domokos
2010-11-22 15:34   ` Denis Kenzior
2010-11-15 11:50 ` [RFC PATCH 5/5] Makefile: add call counters to the build Andras Domokos
2010-11-15 16:13   ` Marcel Holtmann
2010-11-15 16:13 ` [PATCH 0/5] Call Counters Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2010-11-22 16:25 [PATCH 0/5] Call Counters (2nd) Andras Domokos
2010-11-22 16:25 ` [RFC PATCH 1/5] history: expand history API include file Andras Domokos

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=4CEA8D18.5020303@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /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