about summary refs log tree commit diff
path: root/src/core/ppp/nm-ppp-status.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:24:33 +0100
commit95864d59ac5530f59fe277580cc13f44b6de5b64 (patch)
tree617239c0147c38efedf639d325cd56e8c7fb8be9 /src/core/ppp/nm-ppp-status.h
parent1628eda029ba4dede8d4d45572c6b60367882436 (diff)
parent2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (diff)
Update upstream source from tag 'upstream/1.35.91'
Update to upstream version '1.35.91'
with Debian dir d8c1bf4c615814324dba64d19fe27402339c67f5
Diffstat (limited to 'src/core/ppp/nm-ppp-status.h')
-rw-r--r--src/core/ppp/nm-ppp-status.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/ppp/nm-ppp-status.h b/src/core/ppp/nm-ppp-status.h
index c346b119..df0ac10b 100644
--- a/src/core/ppp/nm-ppp-status.h
+++ b/src/core/ppp/nm-ppp-status.h
@@ -22,7 +22,10 @@ typedef enum {
     NM_PPP_STATUS_TERMINATE,
     NM_PPP_STATUS_DISCONNECT,
     NM_PPP_STATUS_HOLDOFF,
-    NM_PPP_STATUS_MASTER
+    NM_PPP_STATUS_MASTER,
+
+    /* these states are internal and not announced by the pppd plugin. */
+    NM_PPP_STATUS_INTERN_DEAD,
 } NMPPPStatus;
 
 #endif /* __NM_PPP_STATUS_H__ */