mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
from trunk: forgot to make new member optional
svn:r591
This commit is contained in:
parent
6d5b846cb2
commit
d5153cef3d
@ -10,7 +10,7 @@ struct msg {
|
||||
struct kill {
|
||||
string weapon = 1;
|
||||
string action = 2;
|
||||
int how_often = 3;
|
||||
optional int how_often = 3;
|
||||
}
|
||||
|
||||
struct run {
|
||||
|
Loading…
x
Reference in New Issue
Block a user