session: segment handle in accept/connect notifications
[vpp.git] / src / vnet / session-apps / http_server.c
index 79c2d4a..37441bb 100644 (file)
@@ -458,7 +458,7 @@ http_server_session_connected_callback (u32 app_index, u32 api_context,
 }
 
 static int
-http_server_add_segment_callback (u32 client_index, const ssvm_private_t * sp)
+http_server_add_segment_callback (u32 client_index, u64 segment_handle)
 {
   clib_warning ("called...");
   return -1;