mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
New vio file
This commit is contained in:
parent
08a2c58ed1
commit
53d7c3064b
2 changed files with 246 additions and 0 deletions
8
vio/docs/CodingStyle
Normal file
8
vio/docs/CodingStyle
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Roughly the same as "Linux Kernel Coding Style", which is
|
||||
included in file LinuxKernelCodingStyle.
|
||||
|
||||
Some methods are meant to be used as set/get, for example, there
|
||||
are:
|
||||
virtual bool Vio::blocking();
|
||||
virtual int Vio::blocking(bool block);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue