X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fstc-manager.c;h=46401fba9109be8c16f19a943fa281fa76ef7d23;hb=0b23a20ddb9cebc70d966936a54f5b1082ea38b7;hp=79acd882b4317c7155ef525300593d04f9b82ca2;hpb=d85602243bc6bc9d6e2e8fa84aab0303dc842d59;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git diff --git a/src/stc-manager.c b/src/stc-manager.c old mode 100644 new mode 100755 index 79acd88..46401fb --- a/src/stc-manager.c +++ b/src/stc-manager.c @@ -32,6 +32,7 @@ #include "stc-manager-plugin-exception.h" #include "stc-manager-plugin-procfs.h" #include "stc-manager-plugin-tether.h" +#include "stc-manager-plugin-pcap.h" #define BUF_SIZE_FOR_ERR 100 @@ -91,6 +92,7 @@ static void __stc_manager_deinit(void) stc_plugin_exception_deinit(); stc_plugin_procfs_deinit(); stc_plugin_tether_deinit(); + stc_plugin_pcap_deinit(); inotify_deregister(INFO_STORAGE_DIR); inotify_deinitialize(); @@ -133,6 +135,7 @@ static stc_s *__stc_manager_init(void) stc_plugin_exception_init(); stc_plugin_procfs_init(); stc_plugin_tether_init(); + stc_plugin_pcap_init(); #endif stc_firewall_init();