Zhoutall / stasis

Automatically exported from code.google.com/p/stasis
Other
0 stars 0 forks source link

Refactor Stasis to remove all static variables and obey naming conventions. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Global variables prevent Stasis' components from running in separate
processes / machines, and prevent multiple Stasis instances from running in
the same process.

Also, Stasis exports symbols that often clash with user applications.  The
output of 'nm --defined-only -g libstasis.so' should only include symbols
that start with 'stasis_' or 'T'.

Original issue reported on code.google.com by sears.ru...@gmail.com on 13 May 2009 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by sears.ru...@gmail.com on 13 May 2009 at 2:12