codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

Examples #45

Closed ayurchen closed 4 years ago

ayurchen commented 4 years ago

This PR contains

temeo commented 4 years ago

Style issue: Leading underscores in identifier names are reserved for compiler/library implementation. ISO/IEC 9899:201x (http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf) says:

— All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use. — All identifiers that begin with an underscore are always reserved for use as identifiers with file scope in both the ordinary and tag name spaces.