Hi,
On Mon, Jun 20, 2011 at 12:58 PM, Luiz Augusto von Dentz
[off-list ref] wrote:
Hi,
On Mon, Jun 20, 2011 at 12:44 PM, Nami [off-list ref] wrote:
quoted
---
src/service.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/service.h b/src/service.h
index a844885..313b1f2 100644
--- a/src/service.h
+++ b/src/service.h
@@ -25,6 +25,7 @@ struct obex_service_driver { const char *name;
uint16_t service;
uint8_t channel;
+ uint16_t psm;
const uint8_t *target;
unsigned int target_size;
const uint8_t *who;
--
1.7.1
--
This one alone would generate a warning which is not nice if cherry
picked, so perhaps you should merge with other code that really uses
it.
Nevermind, this is not a variable definition as I (wrongly) assumed.
--
Luiz Augusto von Dentz