Move code out of main.c and fix some issues
authorDavid Goulet <dgoulet@efficios.com>
Mon, 20 Aug 2012 19:42:10 +0000 (15:42 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 20 Aug 2012 20:11:13 +0000 (16:11 -0400)
This is a "code location refactoring". The file main.c was getting a bit
too HUGE so this commit splits the command subsystem of the session
daemon into cmd.c/.h and all helper functions used.

This commit also fixes missing rcu read side lock and the consumer
output hashtable memory leak on destroy.

Minor changes were made to functions call to pass needed variables from
the main.c to the command subsystem.

The behavior was not changed nor altered in any way.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024566 seconds and 4 git commands to generate.