Re: [PATCH 1/9] include: add cdip field in ofono_call

2011-01-18 Thread Denis Kenzior
Hi Lucas,

On 01/12/2011 05:27 AM, Lucas De Marchi wrote:
 ---
  include/types.h |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
 

I applied all 9 patches in this series but made some minor modifications
afterwards.  Can you review and make sure things are still working as
intended?

Regards,
-Denis
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


[PATCH 1/9] include: add cdip field in ofono_call

2011-01-12 Thread Lucas De Marchi
---
 include/types.h |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/types.h b/include/types.h
index 9fd174d..769b8f0 100644
--- a/include/types.h
+++ b/include/types.h
@@ -99,6 +99,7 @@ struct ofono_call {
int status;
ofono_bool_t mpty;
struct ofono_phone_number phone_number;
+   struct ofono_phone_number called_number;
char name[OFONO_MAX_CALLER_NAME_LENGTH + 1];
int clip_validity;
int cnap_validity;
-- 
1.7.3.5

___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono