Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
backend: add oscpath for /pong, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeeeta committed Apr 23, 2017
1 parent edc2076 commit f5f6718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqa-backend/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ impl Into<OscMessage> for Command {
}
#[derive(OscSerde, Debug, Clone)]
pub enum Reply {
#[oscpath = "/pong"]
Pong,
#[oscpath = "/reply/version"]
ServerVersion { #[verbatim = "string"] ver: String },
Expand Down

0 comments on commit f5f6718

Please sign in to comment.