commit | 9b641251aee1a804169a17fe4236a50188894994 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed Nov 09 13:29:18 2011 -0500 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Feb 29 11:44:32 2012 -0500 |
tree | 38748e8e60bb1df91e3ea5a70444823e05398c26 | |
parent | b58343f9ea75f02ef48b984767511c6b3ba76eaf [diff] |
tipc: Un-inline port routine for processing incoming messages Converts a non-trivial routine from inline to non-inline form to avoid bloating the TIPC code base with 6 copies of its body. This change is essentially cosmetic, and doesn't change existing TIPC behavior. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>