MINOR: h2/stream_interface: Reintroduce te wake() method.

For the time being, reintroduce the wake methods, it may be revisited later.h
This commit is contained in:
Olivier Houchard
2018-09-14 23:21:44 +02:00
committed by Christopher Faulet
parent 0e367bbb01
commit 21df6cc2f9
2 changed files with 12 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ struct si_ops si_applet_ops = {
};
struct data_cb si_conn_cb = {
.wake = si_cs_process,
.name = "STRM",
};