stream: New functions stream_verify_name() and pstream_verify_name().
[openvswitch] / lib / socket-util.h
index 11f21c2dcc4b3c77112c55376bb709b3ba1b5574..e4899265c41b85914219b4346aba9b6e4a90c72c 100644 (file)
@@ -42,4 +42,6 @@ int inet_open_passive(int style, const char *target, int default_port,
 int read_fully(int fd, void *, size_t, size_t *bytes_read);
 int write_fully(int fd, const void *, size_t, size_t *bytes_written);
 
+int fsync_parent_dir(const char *file_name);
+
 #endif /* socket-util.h */