summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/ti/ipc/NameServer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ti/ipc/NameServer.h b/packages/ti/ipc/NameServer.h
index 1f8192a..30e6e55 100644
--- a/packages/ti/ipc/NameServer.h
+++ b/packages/ti/ipc/NameServer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2015, Texas Instruments Incorporated
+ * Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -437,6 +437,10 @@ Ptr NameServer_addUInt32(NameServer_Handle handle, String name, UInt32 value);
* count = NameServer_get(handle, "foo", &value, &len, queryList);
* @endcode
*
+ * This API should be called only from task context. It cannot be called
+ * from Hwi or Swi context because it blocks waiting for a response from
+ * the remote processor.
+ *
* The NameServer_getLocal() call can be used for searching
* the local table only.
*