Home
last modified time | relevance | path

Searched hist:"8 f626357" (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/
H A DREADME.md8f626357 Wed Dec 19 16:51:54 CST 2018 Ed Tanous <ed.tanous@intel.com> bmcweb: Remove deprecatd ASIO interfaces

boost::asio::io_service is removed in leiu of io_context, which is a
closer match to the networking TS. Move us to that implementatio.

This was an automated move using the following command:
git grep -l 'io_service' | xargs sed -i 's/io_service/io_context/g'

Change-Id: I46605521c01f79f86f6901ddf69ddc8c4bc24103
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
/openbmc/bmcweb/src/
H A Dwebserver_main.cpp8f626357 Wed Dec 19 16:51:54 CST 2018 Ed Tanous <ed.tanous@intel.com> bmcweb: Remove deprecatd ASIO interfaces

boost::asio::io_service is removed in leiu of io_context, which is a
closer match to the networking TS. Move us to that implementatio.

This was an automated move using the following command:
git grep -l 'io_service' | xargs sed -i 's/io_service/io_context/g'

Change-Id: I46605521c01f79f86f6901ddf69ddc8c4bc24103
Signed-off-by: Ed Tanous <ed.tanous@intel.com>