]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_frescan/frescan_bwres_requests.h
corrected an error in the sporadic servers... the activation time is the timestamp...
[frescor/fna.git] / src_frescan / frescan_bwres_requests.h
index cb635b675c8d12c65d2944ea12d0d13b79eb155d..b25e2031345b31ad00f833e3fd4ae513aec14b25 100644 (file)
@@ -33,6 +33,7 @@
  * @request_node: the node that performed the request
  * @req: the request id of the SLAVE to identify the request in the reply
  * @return_value: the value returned in a Reply
+ * @net: the network instance where this request belongs to
  * @robj: a reply object to wait until a negotiation is completed
  *
  */
@@ -59,6 +60,7 @@ typedef struct {
         frescan_node_t           request_node;
         frescan_request_id_t     req;
         frescan_request_retval_t return_value;
+        frescan_network_t        net;
         frescan_robj_id_t        robj;
 } frescan_request_data_t;