You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- Multiple processes may emit the same log calls, and there is no way to tell
them apart. The MIPI spec uses a unit field in the catalog message for this
purpose.
Solution:
- Add support for `unit` in a catalog message.
Note:
- The value of unit is not known at compile time, but it is static for the
program, so a function can obtain it.
0 commit comments