Matthew Reddington created GEODE-7928:
-----------------------------------------
Summary: Prefix all C bindings with the moral equivalent of a
namespace
Key: GEODE-7928
URL: https://issues.apache.org/jira/browse/GEODE-7928
Project: Geode
Issue Type: Improvement
Components: native client
Reporter: Matthew Reddington
h3. Why
These need to be clearly demarcated from user code. We will use a common
prefix, e.g. MyCBindingMethod becomes geode_MyCBindingMethod.
*As a .net core extension developer*
*I want to be able to clearly distinguish a .net call from a p/Invoke into a
library*
*So that I don't get confused*
h3. Acceptance Criteria
dumping exports via {{link /dump /exports}} or {{otool -L}} and grepping for
the geode___ prefix gives the full list of C bindings used by our .net core
code.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)