X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fcontrib%2Fwireshark%2Fpacket-lustre.c;h=bfd2b6c9051fef3f0222a44d35f9e02dfbe13ae6;hp=593f285aba009ce40b1fe6cdd986e26304a69b9e;hb=c09317f0ba07bc7c9af229b9bfb166be56792bbf;hpb=6719f3102abd39fd1af7d2ba34cb39a7ebb37339 diff --git a/lustre/contrib/wireshark/packet-lustre.c b/lustre/contrib/wireshark/packet-lustre.c index 593f285..bfd2b6c 100644 --- a/lustre/contrib/wireshark/packet-lustre.c +++ b/lustre/contrib/wireshark/packet-lustre.c @@ -1302,9 +1302,9 @@ plugin_reg_handoff(void) /* display functions */ /* ------------------------------------------------------------------- */ /* display str in left corner and in COL */ -/* TODO : do we need to use inline here ?*/ /* @gint col : the col where we add the information */ -inline static void display_info_str(proto_item *pi, column_info *cinfo, gint col, const gchar* str) +static void display_info_str(proto_item *pi, column_info *cinfo, gint col, + const gchar *str) { if (NULL !=pi) proto_item_append_text(pi, str);