summaryrefslogtreecommitdiff
path: root/client/manager.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-08-12 11:45:11 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-08-12 15:23:13 +0300
commit8bfd29e48836a5a943a10b16b6d89a0dfbc0bea7 (patch)
tree1ba287f3146fd77d2a1c4f776b87e9f112ee94f5 /client/manager.c
parentb840f17611e04c981fdcd7d30774cdd61cf7067f (diff)
downloadobexd-8bfd29e48836a5a943a10b16b6d89a0dfbc0bea7.tar.gz
client: add opp target
opp target implements object push driver
Diffstat (limited to 'client/manager.c')
-rw-r--r--client/manager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/manager.c b/client/manager.c
index 11657bc..7e1eb1b 100644
--- a/client/manager.c
+++ b/client/manager.c
@@ -38,6 +38,7 @@
#include "transfer.h"
#include "session.h"
#include "manager.h"
+#include "opp.h"
#define CLIENT_SERVICE "org.openobex.client"
@@ -559,6 +560,7 @@ static struct target_module {
int (*init) (void);
void (*exit) (void);
} targets[] = {
+ { "opp", opp_init, opp_exit },
{ }
};