瀏覽代碼

totemrrp: Make status string shorter

Status string should be same lenght as needed for cfg
ringstatusget function.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
Jan Friesse 12 年之前
父節點
當前提交
5dc3fc4bda
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      exec/totemrrp.c

+ 1 - 1
exec/totemrrp.c

@@ -180,7 +180,7 @@ struct rrp_algo {
 
 };
 
-#define STATUS_STR_LEN 1024
+#define STATUS_STR_LEN 512
 struct totemrrp_instance {
 	qb_loop_t *poll_handle;