X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/a5f10a497bebfc680bf418193f1fd9f1ad7cc417..3615d9bf0b254442e2fddee45475dbd634cf703a:/handle.cc?ds=sidebyside diff --git a/handle.cc b/handle.cc index 5287a35..1cb5cc2 100644 --- a/handle.cc +++ b/handle.cc @@ -40,7 +40,7 @@ rpcc * handle::safebind() { // value to support the assumption. // // With RPC_LOSSY=5, tests may fail due to delays and time outs. - int ret = cl->bind(rpcc::to(1000)); + int ret = cl->bind(milliseconds(1000)); if (ret < 0) { LOG("bind failure! " << h->m << " " << ret); delete cl;