Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: 07d965bfcbdf80b3c63151101ef457f7f6d9183f https://github.com/jpirko/libteam/commit/07d965bfcbdf80b3c63151101ef457f7f6d... Author: Jonas Johansson jonasj76@gmail.com Date: 2014-04-01 (Tue, 01 Apr 2014)
Changed paths: M libteam/options.c
Log Message: ----------- libteam: Use u8 for put/get TEAM_ATTR_OPTION_TYPE
Use the same type in libteam and kernel for TEAM_ATTR_OPTION_TYPE. The kernel uses a 8 bit integer (u8).
Signed-off-by: Jonas Johansson jonasj76@gmail.com Signed-off-by: Jiri Pirko jiri@resnulli.us