Whamcloud - gitweb
lockdep: add lockdep_{on,off}() functions.
[fs/lustre-release.git] / libcfs / include / libcfs / user-tcpip.h
index 47837fd..fe0464d 100644 (file)
@@ -16,8 +16,8 @@
  * in the LICENSE file that accompanied this code).
  *
  * You should have received a copy of the GNU General Public License
- * version 2 along with this program; If not, see [sun.com URL with a
- * copy of GPLv2].
+ * version 2 along with this program; If not, see
+ * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
  *
  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  * CA 95054 USA or visit www.sun.com if you need additional information or
@@ -73,6 +73,7 @@ int libcfs_fcntl_nonblock(int fd);
 int libcfs_sock_set_nagle(int fd, int nagle);
 int libcfs_sock_set_bufsiz(int fd, int bufsiz);
 int libcfs_sock_create(int *fdp);
+void libcfs_sock_release(int fd);
 int libcfs_sock_bind_to_port(int fd, __u16 port);
 int libcfs_sock_connect(int fd, __u32 ip, __u16 port);
 int libcfs_sock_writev(int fd, const struct iovec *vector, int count);