]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_icmp.c
man: tc-taprio.8: fix syntax error
[mirror_iproute2.git] / tc / p_icmp.c
index 1c3a5d90006d8be71f00355a0079bd5477d9747d..15ce32309e398b94ae7042afb5f018740f250949 100644 (file)
@@ -13,7 +13,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <fcntl.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
@@ -56,7 +55,6 @@ done:
 }
 
 struct m_pedit_util p_pedit_icmp = {
-       NULL,
-       "icmp",
-       parse_icmp,
+       .id = "icmp",
+       .parse_peopt = parse_icmp,
 };