~ubuntu-branches/ubuntu/raring/mdadm/raring

« back to all changes in this revision

Viewing changes to msg.h

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2012-05-10 17:51:41 UTC
  • mto: (1.1.29 sid)
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: package-import@ubuntu.com-20120510175141-13r8cdkv4gj0gui2
Tags: upstream-3.2.4
ImportĀ upstreamĀ versionĀ 3.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
extern void unblock_monitor(char *container, const int unfreeze);
35
35
extern int fping_monitor(int sock);
36
36
extern int ping_manager(char *devname);
 
37
extern void flush_mdmon(char *container);
37
38
 
38
39
#define MSG_MAX_LEN (4*1024*1024)