X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=msg.h;h=016612cd1ab7d33937924b6840887f04e6e79eaf;hp=91a77987fe362e66d50b3a5de25fe9ec4341cb89;hb=2920144ec9c645bda604c8b60ef5658b36f1952f;hpb=de6a92199e12db17c760ace2735d691c973f33b1 diff --git a/msg.h b/msg.h index 91a77987..016612cd 100644 --- a/msg.h +++ b/msg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2008 Intel Corporation * - * mdmon socket / message handling + * mdmon socket / message handling * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -17,7 +17,6 @@ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ - struct mdinfo; struct metadata_update; @@ -33,5 +32,6 @@ extern int block_monitor(char *container, const int freeze); extern void unblock_monitor(char *container, const int unfreeze); extern int fping_monitor(int sock); extern int ping_manager(char *devname); +extern void flush_mdmon(char *container); #define MSG_MAX_LEN (4*1024*1024)