X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Ffeatures%2Fweb_cut_through%2Fweb_cut_through.h;h=4a41740b01225cdbdbd0a75f0df752051a28abbf;hp=b3fb2218b30c8dc16c7833790ffd9fa2d7222727;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 diff --git a/ntsimulator/ntsim-ng/features/web_cut_through/web_cut_through.h b/ntsimulator/ntsim-ng/features/web_cut_through/web_cut_through.h index b3fb221..4a41740 100644 --- a/ntsimulator/ntsim-ng/features/web_cut_through/web_cut_through.h +++ b/ntsimulator/ntsim-ng/features/web_cut_through/web_cut_through.h @@ -19,4 +19,6 @@ #include +int web_cut_through_feature_get_status(void); int web_cut_through_feature_start(sr_session_ctx_t *current_session); +int web_cut_through_feature_stop(sr_session_ctx_t *current_session);