vcl: ldp support SO_ORIGINAL_DST
[vpp.git] / src / vnet / session / application.h
index 54a616a..e100fe8 100644 (file)
@@ -36,7 +36,7 @@ typedef struct app_wrk_postponed_msg_
   u8 ring;
   u8 is_sapi;
   int fd;
-  u8 data[SESSION_CTRL_MSG_MAX_SIZE];
+  u8 data[SESSION_CTRL_MSG_TX_MAX_SIZE];
 } app_wrk_postponed_msg_t;
 
 typedef struct app_worker_
@@ -300,6 +300,7 @@ u8 application_has_global_scope (application_t * app);
 void application_setup_proxy (application_t * app);
 void application_remove_proxy (application_t * app);
 void application_namespace_cleanup (app_namespace_t *app_ns);
+int application_original_dst_is_enabled (application_t *app);
 
 segment_manager_props_t *application_get_segment_manager_properties (u32
                                                                     app_index);