db, flow: make __inline_fn a pointer to the function call instead of an int
commit384a8342a482b818fd8b4ccd9d3acdb10aaddab4
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 20 Feb 2013 11:57:07 +0000 (20 14:57 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 20 Feb 2013 11:57:07 +0000 (20 14:57 +0300)
treecc59ea2d54da348eb6a122a22f21bf0b6a4ce69e
parentb76bd4651d13ac8989c9e97582c2cca529ca1aaf
db, flow: make __inline_fn a pointer to the function call instead of an int

Before it was just an on off switch but now when we're processing the
function we can tell where we were called from.  This is also stored in
the in-memory database caller_info table as the function_id already.
(Although really it should probably be renamed to the caller_id).

I will use this later.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_flow.c