Loading src/main-status.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ */ #include "main-status.h" #include "port-timer.h" #include "pixie-timer.h" #include <stdio.h> #include <string.h> Loading src/main-throttle.c +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ of the desired thousand packets/second. */ #include "main-throttle.h" #include "port-timer.h" #include "pixie-timer.h" #include "logger.h" #include <string.h> #include <stdio.h> Loading src/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include "main-status.h" #include "main-throttle.h" #include "port-timer.h" /* portable time functions */ #include "pixie-timer.h" /* portable time functions */ #include "pixie-threads.h" /* portable threads */ #include "proto-preprocess.h" /* quick parse of packets */ Loading src/port-timer.c→src/pixie-timer.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ up a day later, this function should see no change, since time wasn't elapsing while the system was asleep. */ #include "port-timer.h" #include "pixie-timer.h" #include <time.h> #include <stdio.h> Loading src/port-timer.h→src/pixie-timer.h +0 −0 File moved. View file Loading
src/main-status.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ */ #include "main-status.h" #include "port-timer.h" #include "pixie-timer.h" #include <stdio.h> #include <string.h> Loading
src/main-throttle.c +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ of the desired thousand packets/second. */ #include "main-throttle.h" #include "port-timer.h" #include "pixie-timer.h" #include "logger.h" #include <string.h> #include <stdio.h> Loading
src/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include "main-status.h" #include "main-throttle.h" #include "port-timer.h" /* portable time functions */ #include "pixie-timer.h" /* portable time functions */ #include "pixie-threads.h" /* portable threads */ #include "proto-preprocess.h" /* quick parse of packets */ Loading
src/port-timer.c→src/pixie-timer.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ up a day later, this function should see no change, since time wasn't elapsing while the system was asleep. */ #include "port-timer.h" #include "pixie-timer.h" #include <time.h> #include <stdio.h> Loading