commit | 4fb7294ca28cd59a24eb8e2b30f9b32d32885393 | [log] [tgz] |
---|---|---|
author | Sean Tranchetti <stranche@codeaurora.org> | Tue Feb 12 15:36:30 2019 -0700 |
committer | Sean Tranchetti <stranche@codeaurora.org> | Mon Apr 01 18:02:33 2019 -0600 |
tree | facb0fff8e492804f45ec5bb5d49fba91e84bfc3 | |
parent | 37a08eca814ad8ec7db83a53feff95c2eb0b0169 [diff] |
librmnetctl: Create enum for DFC flow messages Replace the open-coded numbers in the TC message struct with an enum. We might have to cannibalize the TC struct to ensure compatibility with other systems, but we don't need to use magic numbers in doing so. Change-Id: I539677574e9e8ba1b620c77128dc82520ef697ca Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>