[sr-dev] git:5.3:f8445492: ratelimit: use file name specific include guard

Daniel-Constantin Mierla miconda at gmail.com
Wed May 6 12:27:27 CEST 2020


Module: kamailio
Branch: 5.3
Commit: f84454927bf9435a44bef595dc2df924eb051487
URL: https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-05-06T12:02:58+02:00

ratelimit: use file name specific include guard

(cherry picked from commit 68b5b3ce5b8ae38ed5ba7731ae1a6315adedd0e5)

---

Modified: src/modules/ratelimit/rl_statistics.h

---

Diff:  https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487.diff
Patch: https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487.patch

---

diff --git a/src/modules/ratelimit/rl_statistics.h b/src/modules/ratelimit/rl_statistics.h
index dab7a4f375..de86d01f61 100644
--- a/src/modules/ratelimit/rl_statistics.h
+++ b/src/modules/ratelimit/rl_statistics.h
@@ -27,8 +27,8 @@
  */
 
 
-#ifndef _KSTATISTICS_H_
-#define _KSTATISTICS_H_
+#ifndef _RL_KSTATISTICS_H_
+#define _RL_KSTATISTICS_H_
 
 #include "../../core/counters.h"
 




More information about the sr-dev mailing list