From: Nikhil Devshatwar <[email protected]> Stream IDs are now described as arrays. We do not need the sentinel JAILHOUSE_INVALID_STREAMID. Remove this unused define.
Signed-off-by: Nikhil Devshatwar <[email protected]> --- include/jailhouse/cell-config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/jailhouse/cell-config.h b/include/jailhouse/cell-config.h index 54f0c8c6..5b983b38 100644 --- a/include/jailhouse/cell-config.h +++ b/include/jailhouse/cell-config.h @@ -74,8 +74,6 @@ #define JAILHOUSE_CELL_DESC_SIGNATURE "JHCELL" -#define JAILHOUSE_INVALID_STREAMID (~0) - /** * The jailhouse cell configuration. * -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200108111512.9844-1-nikhil.nd%40ti.com.
