Skip to content

Commit 1d92f19

Browse files
COMRPC Support for L2Tests Plugins (#729)
* COMRPC Support for L2Tests Plugins * update Ids.h * Update Ids.h --------- Co-authored-by: mkumar705 <mukesh_kumark@comcast.com>
1 parent 7012971 commit 1d92f19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apis/Ids.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ namespace Exchange {
240240
ID_TELEMETRY = ID_ENTOS_OFFSET + 0x260,
241241
ID_TELEMETRY_NOTIFICATION = ID_TELEMETRY + 1,
242242

243+
//Reserved for L2 test plugin
244+
ID_L2TEST_CONTROLLER = ID_ENTOS_OFFSET + 0x270,
245+
243246
ID_APP_PACKAGE_MANAGER = ID_ENTOS_OFFSET + 0x300,
244247
ID_PACKAGE_DOWNLOADER = ID_APP_PACKAGE_MANAGER + 1,
245248
ID_PACKAGE_DOWNLOADER_NOTIFICATION = ID_APP_PACKAGE_MANAGER + 2,

0 commit comments

Comments
 (0)