From 954eb14bf3a86603df9420d09a880c2004343b29 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Thu, 17 Jul 2008 11:51:22 +0000
Subject: [PATCH] Updated doc.

---
 include/ecrt.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/ecrt.h b/include/ecrt.h
index 8f5c7415..a8cf7ea7 100644
--- a/include/ecrt.h
+++ b/include/ecrt.h
@@ -825,6 +825,9 @@ void ecrt_domain_state(
  *
  * If the request cannot be processed in the specified time, if will be marked
  * as failed.
+ *
+ * The timeout is permanently stored in the request object and is valid until
+ * the next call of this method.
  */
 void ecrt_sdo_request_timeout(
         ec_sdo_request_t *req, /**< Sdo request. */
-- 
GitLab