* when you pass it in.
* @param dest The entity to send the Message to.
*
+ * DEPRECATED: please do not use this interface for any new code;
+ * use the Connection* variant.
+ *
* @return 0 on success, or -errno on failure.
*/
virtual int send_message(Message *m, const entity_inst_t& dest) = 0;
* when you pass it in.
* @param dest The entity to send the Message to.
*
+ * DEPRECATED: please do not use this interface for any new code;
+ * use the Connection* variant.
+ *
* @return 0.
*/
virtual int lazy_send_message(Message *m, const entity_inst_t& dest) = 0;
*
* This generates a RESET notification to the Dispatcher.
*
+ * DEPRECATED: please do not use this interface for any new code;
+ * use the Connection* variant.
+ *
* @param a The address to mark down.
*/
virtual void mark_down(const entity_addr_t& a) = 0;