Skip to content

Commit

Permalink
FIX github#31 : Renamed indentifiers '_GLB_DIRECTOR_CONFIG_H' and '__…
Browse files Browse the repository at this point in the history
…IPT_GLBREDIRECT_MATCH__' according to the naming conventions of C language.
  • Loading branch information
Akshit6828 committed May 4, 2021
1 parent 5e7e7ad commit 438eedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/glb-director/glb_director_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef _GLB_DIRECTOR_CONFIG_H
#define _GLB_DIRECTOR_CONFIG_H
#ifndef GLB_DIRECTOR_CONFIG_H
#define GLB_DIRECTOR_CONFIG_H
#include <rte_ether.h>

#define MAX_FLOW_PATHS 32
Expand Down
4 changes: 2 additions & 2 deletions src/glb-redirect/ipt_glbredirect.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* along with glb-redirect. If not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __IPT_GLBREDIRECT_MATCH__
#define __IPT_GLBREDIRECT_MATCH__
#ifndef IPT_GLBREDIRECT_MATCH
#define IPT_GLBREDIRECT_MATCH

struct ipt_glbredirect_info {

Expand Down

0 comments on commit 438eedf

Please sign in to comment.