resman_waitall is now resman_wait_all
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 21 Mar 2018 11:34:37 +0000 (13:34 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 21 Mar 2018 11:34:37 +0000 (13:34 +0200)
src/dataset.inl

index f348709..3b6893f 100644 (file)
@@ -61,7 +61,7 @@ int DataSet<T>::pending() const
 template <typename T>
 void DataSet<T>::wait() const
 {
-       resman_waitall(rman);
+       resman_wait_all(rman);
 }
 
 template <typename T>