summaryrefslogtreecommitdiffstats
path: root/sources/rest.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/rest.c')
-rw-r--r--sources/rest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/rest.c b/sources/rest.c
index 35f3e03..b39e35a 100644
--- a/sources/rest.c
+++ b/sources/rest.c
@@ -146,6 +146,8 @@ static const char *og_client_status(const struct og_client *cli)
return "BSY";
case OG_CLIENT_STATUS_OGLIVE:
return "OPG";
+ case OG_CLIENT_STATUS_VIRTUAL:
+ return "VDI";
default:
return "OFF";
}