nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
file_object_info Struct Reference

파일 객체를 생성할 때, object_create 시 전달 된 인자 정보들을 표현한다. More...

#include <thread.h>

Data Fields

int mode
 
const char * path
 
int size
 

Detailed Description

파일 객체를 생성할 때, object_create 시 전달 된 인자 정보들을 표현한다.

Definition at line 19 of file thread.h.

Field Documentation

int mode

파일 객체에 사용 할 모드

Definition at line 22 of file thread.h.

Referenced by open().

const char* path

스트림에 사용할 파일 절대 경로

Definition at line 21 of file thread.h.

Referenced by open().

int size

스트림 버퍼 크기

Definition at line 20 of file thread.h.

Referenced by open().


The documentation for this struct was generated from the following file: