Discussion:
[Linuxptp-devel] [PATCH] Update port state strings.
Miroslav Lichvar
2013-02-07 19:03:10 UTC
Permalink
Update the order of the strings to reflect the changes made by commit
f530ae93331f878afdeb611bffce85b99f6636fb.

Signed-off-by: Miroslav Lichvar <***@redhat.com>
---
util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util.c b/util.c
index cb8db61..57e9fbe 100644
--- a/util.c
+++ b/util.c
@@ -30,10 +30,10 @@ char *ps_str[] = {
"LISTENING",
"PRE_MASTER",
"MASTER",
- "GRAND_MASTER",
"PASSIVE",
"UNCALIBRATED",
"SLAVE",
+ "GRAND_MASTER",
};

char *ev_str[] = {
--
1.8.1
Richard Cochran
2013-02-08 17:44:16 UTC
Permalink
Post by Miroslav Lichvar
Update the order of the strings to reflect the changes made by commit
f530ae93331f878afdeb611bffce85b99f6636fb.
---
Applied.

Thanks,
Richard

Loading...