]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - recv_common.c
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
[paraslash.git] / recv_common.c
index 169a49675044d6c63b2b872ee8ba1a94aff9c55d..ad34991c6a5b281aa6c39e392befa4fe64422335 100644 (file)
@@ -110,7 +110,7 @@ void print_receiver_helps(bool detailed)
  * \return The status of of the receiver node's buffer tree node. That is, the
  * return value of the underlying call to \ref btr_node_status().
  */
-int generic_recv_pre_select(struct sched *s, struct receiver_node *rn)
+int generic_recv_pre_monitor(struct sched *s, struct receiver_node *rn)
 {
        int ret = btr_node_status(rn->btrn, 0, BTR_NT_ROOT);