diff options
Diffstat (limited to 'src/vpp-api/client')
-rw-r--r-- | src/vpp-api/client/stat_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpp-api/client/stat_client.h b/src/vpp-api/client/stat_client.h index 12faddb7bce..10b54c8d601 100644 --- a/src/vpp-api/client/stat_client.h +++ b/src/vpp-api/client/stat_client.h @@ -35,7 +35,9 @@ typedef enum } stat_directory_type_t; /* Default socket to exchange segment fd */ +/* TODO: Get from runtime directory */ #define STAT_SEGMENT_SOCKET_FILE "/run/vpp/stats.sock" +#define STAT_SEGMENT_SOCKET_FILENAME "stats.sock" typedef struct stat_client_main_t stat_client_main_t; |