summaryrefslogtreecommitdiff
path: root/proto/bmp/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bmp/bmp.h')
-rw-r--r--proto/bmp/bmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bmp/bmp.h b/proto/bmp/bmp.h
index 6d429e66..be28468c 100644
--- a/proto/bmp/bmp.h
+++ b/proto/bmp/bmp.h
@@ -75,6 +75,7 @@ struct bmp_proto {
timer *connect_retry_timer; // Timer for retrying connection to the BMP collector
struct rt_table_info rt_table_in_pre_policy; // Pre-policy route import table
bool started; // Flag that stores running status of BMP instance
+ int sock_err; // Last socket error code
};