2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-17 13:42:21 +00:00

rename managed_is_linked() -> worker_is_linked()

This commit is contained in:
Oliver Kowalke
2015-09-28 19:35:59 +02:00
parent 68f8053059
commit eb7c4249d5
3 changed files with 14 additions and 14 deletions

View File

@@ -277,7 +277,7 @@ context::set_fss_data( void const * vp,
}
bool
context::managed_is_linked() {
context::worker_is_linked() {
return worker_hook_.is_linked();
}
@@ -302,7 +302,7 @@ context::wait_is_linked() {
}
void
context::managed_unlink() {
context::worker_unlink() {
worker_hook_.unlink();
}