]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - hlos_common/include/_NameServerRemoteRpmsg.h
Increase NAMESERVER_GET_TIMEOUT from 20000 to 40000 microseconds
[ipc/ipcdev.git] / hlos_common / include / _NameServerRemoteRpmsg.h
index b168bd021c6294322ed39cd00d5fb0ed45243fa8..dafc3447599feb6a814a43f7e6364bddd416398b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,9 @@
 
 #define MAXNAMEINCHAR 80
 #define NAMEARRAYSZIE   (((MAXNAMEINCHAR - 1) / sizeof(Bits32)) + 1)
+#define MAXVALUELEN   75
 
-#define NAMESERVER_GET_TIMEOUT  10 /* Seconds */
+#define NAMESERVER_GET_TIMEOUT  40000 /* microseconds */
 
 #define NAMESERVER_MSG_TOKEN   0x5678abcd
 
@@ -52,4 +53,6 @@ typedef struct NameServerMsg {
     Bits32  instanceName[NAMEARRAYSZIE];
                                 /* name of NameServer entry         */
     Bits32  name[NAMEARRAYSZIE];
+    Bits32  valueLen;              /* len of value                  */
+    Bits32  valueBuf[MAXVALUELEN]; /* value buffer                  */
 } NameServerMsg;