Skip to content

Instantly share code, notes, and snippets.

@eholk
Created June 21, 2012 17:33
Show Gist options
  • Select an option

  • Save eholk/2967200 to your computer and use it in GitHub Desktop.

Select an option

Save eholk/2967200 to your computer and use it in GitHub Desktop.
#proto notifier {
state notify {
send_notification(status) -> notified;
}
state notified { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment