cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

coro: don't probe, just try to find #8

Closed paboldin closed 6 years ago

paboldin commented 6 years ago

Don't probe for coroutine finder, just ask them to find coroutines. They can return CORO_SEARCH_NEXT for us to try next coroutine finder or return anything else to indicate for success or failure.

Signed-off-by: Pavel Boldin pboldin@cloudlinux.com

rashchupkinr commented 6 years ago

Don't see anything wrong.