summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-04-02 16:45:24 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-04-02 19:03:56 -0500
commit3c3077f84716251b2fde90f4b0c914a029e4fc93 (patch)
treeaa7b46cd994aaede1e1e68da8b9eb46ae66a7797 /gatchat/ppp.h
parentebc6e3b9dca6ce4c9d218423228b0bf710ab7454 (diff)
downloadofono-3c3077f84716251b2fde90f4b0c914a029e4fc93.tar.bz2
ppp: implement net close
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index fa3749cf..7b09fa90 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -105,6 +105,7 @@ struct ppp_net_data {
GAtPPP *ppp;
char *if_name;
GIOChannel *channel;
+ gint watch;
};
struct _GAtPPP {