]> git.proxmox.com Git - mirror_lxc.git/blobdiff - test/lxc_monitor.c
Added C++ compatibility, change to libtool, improve monitoring
[mirror_lxc.git] / test / lxc_monitor.c
index cd297af53000ad4f7a2cf87a2196f1b75fd769a5..41e35b8327ab15b28db3e325a998802368ceb48b 100644 (file)
@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
                }
 
                printf("container has changed the state to %d - %s\n", 
-                      state, state2str(state));
+                      state, lxc_state2str(state));
        }
 
        return 0;