]> git.openfabrics.org - ~adrianc/mstflint.git/commit
Major code refactoring - seperated access handlers into functions per access type
authorOren Kladnitsky <orenk@dev.mellanox.co.il>
Wed, 27 Nov 2013 12:55:07 +0000 (14:55 +0200)
committerOren Kladnitsky <orenk@dev.mellanox.co.il>
Thu, 28 Nov 2013 11:19:44 +0000 (13:19 +0200)
commit384a476f13edf62419d3059d96e1231939d2ebe3
treed0f43c7a9e13396ddc392e43d684f158108a3503
parentd9a8901ef493f2decf9a0c90adb6a72da4a5905b
Major code refactoring - seperated access handlers into functions per access type

The code is more modular.
This makes it easy to add new access types in the future.
include/mtcr_ul/mtcr.h
mtcr_ul/Makefile.am
mtcr_ul/mtcr_int_defs.h [new file with mode: 0644]
mtcr_ul/mtcr_ul.c